mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Do not check nginx status for reload
This commit is contained in:
parent
2a26571648
commit
3f99275e26
1 changed files with 4 additions and 4 deletions
|
@ -73,10 +73,10 @@ fi
|
|||
# fi
|
||||
|
||||
service $PROXY_SYSTEM reload
|
||||
if [ $? -ne 0 ]; then
|
||||
send_email_report
|
||||
check_result $E_RESTART "$PROXY_SYSTEM reload failed"
|
||||
fi
|
||||
# if [ $? -ne 0 ]; then
|
||||
# send_email_report
|
||||
# check_result $E_RESTART "$PROXY_SYSTEM reload failed"
|
||||
# fi
|
||||
|
||||
# touch /tmp/restart-nginx
|
||||
nohup $BIN/v-restart-proxy 'background' &>/dev/null &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue