From 9a9617150b907303e8ac29db294344ce0d99933a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 9 Oct 2020 16:37:19 +0200 Subject: [PATCH] remove ssowatconf --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index dcccc14..53f50ac 100644 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,6 @@ sleep 10 # SETUP SSOWAT #================================================= ynh_systemd_action --service_name=nginx --action=reload -yunohost app ssowatconf #================================================= # END OF SCRIPT diff --git a/scripts/upgrade b/scripts/upgrade index 17268b6..cb263f3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -144,7 +144,6 @@ ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" # Restrict access to admin only yunohost app addaccess --users=$admin $app -yunohost app ssowatconf #================================================= # RELOAD NGINX