Skip to content

Commit b329be0

Browse files
authored
v-restart-proxy sleep 1
1 parent 04e3413 commit b329be0

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 300
55+
sleep 1
5656
rm /tmp/restart-nginx
5757
service $PROXY_SYSTEM restart >/dev/null 2>&1
5858
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)