Pārlūkot izejas kodu

Keep /home/bryan consistent

bryan 13 stundas atpakaļ
vecāks
revīzija
df9c1ccbea
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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