This commit is contained in:
myvesta 2018-04-26 18:50:18 +02:00 committed by GitHub
parent a3a2daa4cd
commit 92ec2cf032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ fi
# background restart
if [ "$1" = 'background' ]; then
# Restart system
sleep 1
sleep 15
# rm /tmp/restart-nginx
service $PROXY_SYSTEM restart >/dev/null 2>&1
if [ $? -ne 0 ]; then