add set -x at line 604

This commit is contained in:
Vague Rabbit 2021-02-09 18:23:51 -08:00
parent 2e315a0320
commit 062b30fc57

View file

@ -601,6 +601,7 @@ wait
# Make sure we're in the project root directory for Saleor # Make sure we're in the project root directory for Saleor
cd $HD/saleor cd $HD/saleor
wait wait
set -x
# Was the -v (version) option used? # Was the -v (version) option used?
if [ "vOPT" = "true" || $VERSION != "" ]; then if [ "vOPT" = "true" || $VERSION != "" ]; then
# Checkout the specified version # Checkout the specified version