lapineige 1 jaar geleden
bovenliggende
commit
ca9361fa88
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      scripts/install

+ 2 - 2
scripts/install

@@ -148,10 +148,10 @@ ynh_store_file_checksum --file="/etc/cron.d/$app"
 #=================================================
 
 # Set permissions to app files
-# chown -R $app: $final_path
+chown -R $app: $final_path
 ## Debug
 ynh_exec_warn ls -l $final_path
-# ynh_system_user_exists --username=$app
+ynh_system_user_exists --username=$app
 chmod 777 $final_path
 
 #=================================================