From 062b30fc573e389c8514f2e0aae62dd2206ebcd3 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 18:23:51 -0800 Subject: [PATCH] add set -x at line 604 --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 47b6ca9..ee02e71 100644 --- a/deploy.sh +++ b/deploy.sh @@ -601,6 +601,7 @@ wait # Make sure we're in the project root directory for Saleor cd $HD/saleor wait +set -x # Was the -v (version) option used? if [ "vOPT" = "true" || $VERSION != "" ]; then # Checkout the specified version