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