From dd001ab11bc1ae42003f77125a3e0a64256f9e34 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Aug 2023 23:14:30 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 1ceab68..902b4e9 100644 --- a/scripts/install +++ b/scripts/install @@ -182,11 +182,6 @@ ynh_systemd_action --service_name=$app --action="start" #================================================= ynh_script_progression --message="Configuring permissions..." -ynh_app_setting_set "$app" protected_uris "/" - -domainregex=$(echo "$domain" | sed 's/-/\%&/g') -ynh_app_setting_set "$app" skipped_regex "$domainregex/jsonrpc.*$,$domainregex/image.*$" - # Make app public if necessary if [ $is_public -eq 1 ] then