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,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
|
||||
sudo systemctl reload nginx
|
||||
|
|
Loading…
Reference in a new issue