ソースを参照

Keep /home/bryan consistent

bryan 18 時間 前
コミット
df9c1ccbea
1 ファイル変更1 行追加1 行削除
  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