From 51d8870ec1105fefb4e532f1f008fa0b03a8855b Mon Sep 17 00:00:00 2001 From: dpeca Date: Fri, 14 Dec 2018 15:54:24 +0100 Subject: [PATCH] Update v-restart-proxy --- bin/v-restart-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-restart-proxy b/bin/v-restart-proxy index 3e8df916..f4928a4f 100755 --- a/bin/v-restart-proxy +++ b/bin/v-restart-proxy @@ -55,7 +55,7 @@ if [ -f "/usr/local/vesta/web/inc/nginx_proxy" ]; then # background restart if [ "$1" = 'background' ]; then # Restart system - sleep 15 + sleep 20 service $PROXY_SYSTEM restart >/dev/null 2>&1 if [ $? -ne 0 ]; then send_email_report