Fix syntax error

This commit is contained in:
sudoers 2019-08-15 07:32:03 +00:00
parent 646ac0235c
commit c16dc7fad1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ done
nginx -t
if ["$?" -eq "0"]; then
if [ "$?" -eq "0" ]; then
nginx -s reload
else
echo "failed to validate new nginx config, see previous error"