1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Make public on install

This commit is contained in:
nemsia 2017-04-20 16:34:31 +02:00 committed by GitHub
parent 7c60ab9d4b
commit c0cf1c131c

View file

@ -192,6 +192,9 @@ sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app
# Restart crontab # Restart crontab
sudo systemctl restart cron sudo systemctl restart cron
# Set app public
ynh_app_setting_set "$app" unprotected_uris "/"
# Reload SSOwat configuration # Reload SSOwat configuration
sudo yunohost app ssowatconf sudo yunohost app ssowatconf