From c8c189c5052e84d1b8df9d4ab37a759dcbc018cf Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 19:05:26 -0800 Subject: [PATCH] ^ --- deploy-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-dashboard.sh b/deploy-dashboard.sh index a37c10b..04d8f30 100644 --- a/deploy-dashboard.sh +++ b/deploy-dashboard.sh @@ -72,7 +72,7 @@ fi # Make sure we're in the project root directory cd saleor-dashboard # Was the -v (version) option used? -if [ "vOPT" = "true" || $VERSION = "" ]; then +if [ "vOPT" = "true" ] || [ "$VERSION" = "" ]; then sudo -u $UN git checkout $VERSION fi # Install dependancies