Explorar el Código

fix chown to root

lapineige hace 1 año
padre
commit
9971eb97e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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