From c0cf1c131c4ffd0500a3819d75b2d0054b731d97 Mon Sep 17 00:00:00 2001 From: nemsia Date: Thu, 20 Apr 2017 16:34:31 +0200 Subject: [PATCH] Make public on install --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cf4b720..2879646 100644 --- a/scripts/install +++ b/scripts/install @@ -192,8 +192,11 @@ sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app # Restart crontab sudo systemctl restart cron +# Set app public +ynh_app_setting_set "$app" unprotected_uris "/" + # Reload SSOwat configuration sudo yunohost app ssowatconf # Reload Nginx -sudo systemctl reload nginx \ No newline at end of file +sudo systemctl reload nginx