From 92ec2cf032a54f7743b4ae47fb8c31dab9a13e93 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Thu, 26 Apr 2018 18:50:18 +0200 Subject: [PATCH] sleep 15 --- 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 98661ec8..be142385 100755 --- a/bin/v-restart-proxy +++ b/bin/v-restart-proxy @@ -52,7 +52,7 @@ fi # background restart if [ "$1" = 'background' ]; then # Restart system - sleep 1 + sleep 15 # rm /tmp/restart-nginx service $PROXY_SYSTEM restart >/dev/null 2>&1 if [ $? -ne 0 ]; then