1
0
Fork 0
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:
ljf 2017-11-09 11:47:01 +01:00
parent 790578ceda
commit 79c03c6fd8
2 changed files with 2 additions and 1 deletions

View file

@ -134,5 +134,5 @@ fi
#=================================================
# RELOAD NGINX
#=================================================
systemctl reload nginx
systemctl restart $app
systemctl reload nginx

View file

@ -109,4 +109,5 @@ fi
#=================================================
# RELOAD NGINX
#=================================================
systemctl restart $app
systemctl reload nginx