mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
[fix] 502 error at the end of each script
This commit is contained in:
parent
790578ceda
commit
79c03c6fd8
2 changed files with 2 additions and 1 deletions
|
@ -134,5 +134,5 @@ fi
|
|||
#=================================================
|
||||
# RELOAD NGINX
|
||||
#=================================================
|
||||
systemctl reload nginx
|
||||
systemctl restart $app
|
||||
systemctl reload nginx
|
||||
|
|
|
@ -109,4 +109,5 @@ fi
|
|||
#=================================================
|
||||
# RELOAD NGINX
|
||||
#=================================================
|
||||
systemctl restart $app
|
||||
systemctl reload nginx
|
||||
|
|
Loading…
Reference in a new issue