Skip to content

Commit 3f99275

Browse files
authored
Do not check nginx status for reload
1 parent 2a26571 commit 3f99275

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/v-restart-proxy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ fi
7373
# fi
7474

7575
service $PROXY_SYSTEM reload
76-
if [ $? -ne 0 ]; then
77-
send_email_report
78-
check_result $E_RESTART "$PROXY_SYSTEM reload failed"
79-
fi
76+
# if [ $? -ne 0 ]; then
77+
# send_email_report
78+
# check_result $E_RESTART "$PROXY_SYSTEM reload failed"
79+
# fi
8080

8181
# touch /tmp/restart-nginx
8282
nohup $BIN/v-restart-proxy 'background' &>/dev/null &

0 commit comments

Comments
 (0)