From da8a71a1e791026010a150f627a682f0ac0f6dee Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 31 Aug 2021 19:26:31 +0200 Subject: [PATCH] Remove yunohost app ssowatconf --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7704be8..00dbe4f 100644 --- a/scripts/install +++ b/scripts/install @@ -187,9 +187,6 @@ ynh_app_setting_set "$app" protected_uris "/" domainregex=$(echo "$domain" | sed 's/-/\%&/g') ynh_app_setting_set "$app" skipped_regex "$domainregex/jsonrpc.*$,$domainregex/image.*$" -# Reload SSOwat config -yunohost app ssowatconf - # Make app public if necessary if [ $is_public -eq 1 ] then