From f0d01c2d4b991e1f2a81ee0040708c6416303cb4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Dec 2022 09:13:50 +0100 Subject: [PATCH] Update install --- scripts/install | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/scripts/install b/scripts/install index c9f8352..3ffed39 100755 --- a/scripts/install +++ b/scripts/install @@ -122,24 +122,6 @@ ynh_script_progression --message="Setuping a cron..." ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" chmod 644 "/etc/cron.d/$app" -# #================================================= -# # SETUP APPLICATION WITH CURL -# #================================================= - -# # Set the app as temporarily public for cURL call -# ynh_permission_update --permission "main" --add "visitors" - -# # Reload NGINX -# ynh_systemd_action --service_name=nginx --action=reload - -# ynh_script_progression --message="Finalizing installation..." --weight=10 - -# # Installation with cURL -# installUrl="//index.php/installer" - -# ynh_local_curl $installUrl -# ynh_local_curl $installUrl/step/1 "install_doctrine_step_host=localhost" "install_doctrine_step_name=$db_user" "install_doctrine_step_password=$db_pwd" "install_doctrine_step_user=$db_name" - #================================================= # SETUP SSOWAT #=================================================