1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

reload gotify after upgrade

This commit is contained in:
Clément 2019-03-10 13:43:27 +01:00
parent 0559ed4ad7
commit 222201c5e1

View file

@ -148,6 +148,12 @@ chown -R $app: $final_path/data
ynh_app_setting_set $app unprotected_uris "/"
#=================================================
# RELOAD SERVICE
#=================================================
systemctl restart $app
#=================================================
# RELOAD NGINX
#=================================================