mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Update v-restart-proxy
This commit is contained in:
parent
3a7d7158ca
commit
51d8870ec1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if [ -f "/usr/local/vesta/web/inc/nginx_proxy" ]; then
|
||||||
# background restart
|
# background restart
|
||||||
if [ "$1" = 'background' ]; then
|
if [ "$1" = 'background' ]; then
|
||||||
# Restart system
|
# Restart system
|
||||||
sleep 15
|
sleep 20
|
||||||
service $PROXY_SYSTEM restart >/dev/null 2>&1
|
service $PROXY_SYSTEM restart >/dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
send_email_report
|
send_email_report
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue