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:
parent
0559ed4ad7
commit
222201c5e1
1 changed files with 6 additions and 0 deletions
|
@ -148,6 +148,12 @@ chown -R $app: $final_path/data
|
||||||
|
|
||||||
ynh_app_setting_set $app unprotected_uris "/"
|
ynh_app_setting_set $app unprotected_uris "/"
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# RELOAD SERVICE
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
systemctl restart $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue