From 26314eacc3d2824972428196fbdaaa030339ff80 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Feb 2022 20:28:14 +0100 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index b9cae4a..5b17dc6 100644 --- a/scripts/install +++ b/scripts/install @@ -130,14 +130,14 @@ ynh_permission_update --permission="main" --add="visitors" #================================================= # RELOAD NGINX #================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=3 +#ynh_script_progression --message="Reloading NGINX web server..." --weight=3 -ynh_systemd_action --service_name=nginx --action=reload -sleep 10 +#ynh_systemd_action --service_name=nginx --action=reload +#sleep 10 # Start YOURLS install (database table creation) -ynh_local_curl "admin/install.php" "install=dummy" -sleep 10 +#ynh_local_curl "admin/install.php" "install=dummy" +#sleep 10 #================================================= # RELOAD NGINX