From f2ec22de16fc827b6016ceffe40debb2a35b48ee Mon Sep 17 00:00:00 2001 From: anmol Date: Mon, 9 Nov 2020 20:23:13 +0530 Subject: [PATCH] Try without ssowat --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 29c63ce..11d1c0e 100755 --- a/scripts/install +++ b/scripts/install @@ -233,7 +233,7 @@ ynh_script_progression --message="Configuring SSOwat..." # Restrict access to admin only #yunohost app addaccess --users=$admin $app - +ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" #================================================= # RELOAD NGINX #=================================================