浏览代码

Keep /home/bryan consistent

bryan 22 小时之前
父节点
当前提交
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