From 12a64f8f9470ac2bc057c0bdd8eb67ac7be2ad78 Mon Sep 17 00:00:00 2001 From: __cyp Date: Thu, 20 Apr 2017 16:34:35 +0200 Subject: [PATCH] Add Unprotected url --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2879646..871e132 100644 --- a/scripts/install +++ b/scripts/install @@ -192,11 +192,14 @@ sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app # Restart crontab sudo systemctl restart cron -# Set app public +# Unprotected url ynh_app_setting_set "$app" unprotected_uris "/" # Reload SSOwat configuration sudo yunohost app ssowatconf +# Reload SSOwat configuration +sudo yunohost app ssowatconf + # Reload Nginx sudo systemctl reload nginx