diff --git a/deploy.sh b/deploy.sh index e600931..5967451 100755 --- a/deploy.sh +++ b/deploy.sh @@ -235,7 +235,7 @@ nginx-conf ln -s ${siteFile} /etc/nginx/sites-enabled/ nginx -t read -p "Would you like to reload nginx to take new changes?: [y/n]" yy -if [ $yy == "y" ]; then +if [ ${yy} == "y" ]; then echo "reloading nginx" systemctl reload nginx fi