From 96786bcfa4ec8de4a12b34a2a9ffc6a066338553 Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Wed, 22 Jan 2020 23:42:54 -0500 Subject: [PATCH] a --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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