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 04e3413 commit b329be0Copy full SHA for b329be0
bin/v-restart-proxy
@@ -52,7 +52,7 @@ fi
52
# background restart
53
if [ "$1" = 'background' ]; then
54
# Restart system
55
- sleep 300
+ sleep 1
56
rm /tmp/restart-nginx
57
service $PROXY_SYSTEM restart >/dev/null 2>&1
58
if [ $? -ne 0 ]; then
0 commit comments