浏览代码

fix chown to root

lapineige 1 年之前
父节点
当前提交
9971eb97e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/upgrade

+ 1 - 1
scripts/upgrade

@@ -149,7 +149,7 @@ fi
 #=================================================
 
 # Set permissions on app files
-chown -R root: $final_path
+chown -R $app: $final_path
 
 #=================================================
 # GENERIC FINALIZATION