Explorar el Código

fix chown to root

lapineige hace 1 año
padre
commit
c8073c748b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -158,7 +158,7 @@ ynh_store_file_checksum --file="/etc/cron.d/$app"
 #=================================================
 
 # Set permissions to app files
-chown -R root: $final_path
+chown -R $app: $final_path
 
 #=================================================
 # GENERIC FINALIZATION