We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a2daa commit 92ec2cfCopy full SHA for 92ec2cf
bin/v-restart-proxy
@@ -52,7 +52,7 @@ fi
52
# background restart
53
if [ "$1" = 'background' ]; then
54
# Restart system
55
- sleep 1
+ sleep 15
56
# rm /tmp/restart-nginx
57
service $PROXY_SYSTEM restart >/dev/null 2>&1
58
if [ $? -ne 0 ]; then
0 commit comments