diff --git a/scripts/upgrade b/scripts/upgrade index 1a66c9b..528aa4b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -136,15 +136,6 @@ ynh_store_file_checksum --file="$final_path/user/config.php" # Restore permissions on app files chown -R $app: $final_path -#================================================= -# SETUP SSOWAT -#================================================= - -ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" - -# Restrict access to admin only -yunohost app addaccess --users=$admin $app - #================================================= # RELOAD NGINX #=================================================