From bce44732999b1ae832eb3aa319dfaad47669078e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 12 Mar 2021 16:30:54 +0100 Subject: [PATCH] There's no need to run ssowatconf + nginx reload after editing perms ..? --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index c229870..22ee463 100755 --- a/scripts/install +++ b/scripts/install @@ -220,11 +220,6 @@ ynh_add_systemd_config ynh_script_progression --message="Configuring SSOwat..." --time --weight=1 # Making the app public for curl ynh_permission_update --permission="main" --add="visitors" -# Reload SSOwat config -yunohost app ssowatconf - -# Reload NGINX -ynh_systemd_action --service_name=nginx --action=reload # Installation with curl ynh_script_progression --message="Finalizing installation..." --time --weight=1