From 99891983a8f22f49a53f5bdac32728c1d066011c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Oct 2022 22:36:23 +0200 Subject: [PATCH] Update install --- scripts/install | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/install b/scripts/install index f66e3d9..3a8b0f4 100755 --- a/scripts/install +++ b/scripts/install @@ -145,22 +145,22 @@ chmod 644 "/etc/cron.d/$app" # SETUP APPLICATION WITH CURL #================================================= -# Set the app as temporarily public for curl call -ynh_script_progression --message="Configuring SSOwat..." --weight=1 -# Making the app public for curl -ynh_permission_update --permission="main" --add="visitors" +# # Set the app as temporarily public for curl call +# ynh_script_progression --message="Configuring SSOwat..." --weight=1 +# # Making the app public for curl +# ynh_permission_update --permission="main" --add="visitors" -# Reload NGINX -ynh_systemd_action --service_name=nginx --action=reload +# # Reload NGINX +# ynh_systemd_action --service_name=nginx --action=reload -# Installation with curl -ynh_script_progression --message="Finalizing installation..." --weight=1 +# # Installation with curl +# ynh_script_progression --message="Finalizing installation..." --weight=1 -#ynh_local_curl "/cp-install" +# ynh_local_curl "/cp-install" -ynh_local_curl "/cp-install/create-superadmin" "email=$email" "username=$admin" "password=$password" +# ynh_local_curl "/cp-install/create-superadmin" "email=$email" "username=$admin" "password=$password" -ynh_permission_update --permission="main" --remove="visitors" +# ynh_permission_update --permission="main" --remove="visitors" #================================================= # SETUP SSOWAT