Selaa lähdekoodia

fix chown to root

lapineige 1 vuosi sitten
vanhempi
commit
c8073c748b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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