mirror of
https://github.com/myvesta/vesta
synced 2025-07-13 08:33:34 -07:00
sleep 15
This commit is contained in:
parent
a3a2daa4cd
commit
92ec2cf032
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ fi
|
||||||
# background restart
|
# background restart
|
||||||
if [ "$1" = 'background' ]; then
|
if [ "$1" = 'background' ]; then
|
||||||
# Restart system
|
# Restart system
|
||||||
sleep 1
|
sleep 15
|
||||||
# rm /tmp/restart-nginx
|
# rm /tmp/restart-nginx
|
||||||
service $PROXY_SYSTEM restart >/dev/null 2>&1
|
service $PROXY_SYSTEM restart >/dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue