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:
parent
7c60ab9d4b
commit
c0cf1c131c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue