Skip to content

Commit 4094791

Browse files
authored
Restart nginx after 20 sec
1 parent b04dce9 commit 4094791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-restart-proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252
# background restart
5353
if [ "$1" = 'background' ]; then
5454
# Restart system
55-
sleep 2
55+
sleep 20
5656
service $PROXY_SYSTEM restart >/dev/null 2>&1
5757
if [ $? -ne 0 ]; then
5858
send_email_report

0 commit comments

Comments
 (0)