Browse Source

Keep /home/bryan consistent

bryan 12 giờ trước cách đây
mục cha
commit
df9c1ccbea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -252,7 +252,7 @@ init() {
   # Run the self-updater if enabled
   ((SELF_UPDATE_SWITCH)) && update "$@"
 
-  fix_permissions "${HOME:-"/home/$USER"}/.jriver" "$USER"
+  fix_permissions "$HOME/.jriver" "$USER"
 
   # Get host information
   [[ -f /etc/os-release ]] && source /etc/os-release