From 54007e6f4b5369bf05108337ddd4ec157ce23c27 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Dec 2020 18:03:58 +0100 Subject: [PATCH] Forgot to revert this permission to... --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index eb9ab33..e4c6c69 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,9 @@ ynh_script_progression --message="Installing wordpress with cURL..." --weight=10 chown -R $app: $final_path # Set the app as temporarily public for cURL call -ynh_permission_update --permission "main" --add "visitors" +ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" +# Regen SSOwat configuration +yunohost app ssowatconf # Reload NGINX ynh_systemd_action --service_name=nginx --action=reload