mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
commit
39075ce06d
1 changed files with 4 additions and 1 deletions
|
@ -192,11 +192,14 @@ 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
|
# Unprotected url
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
|
|
||||||
# Reload SSOwat configuration
|
# Reload SSOwat configuration
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
|
# Reload SSOwat configuration
|
||||||
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
# Reload Nginx
|
# Reload Nginx
|
||||||
sudo systemctl reload nginx
|
sudo systemctl reload nginx
|
||||||
|
|
Loading…
Reference in a new issue