add set -x at line 604
This commit is contained in:
parent
2e315a0320
commit
062b30fc57
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue