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