Merge pull request 'Fix for sh as shell not bash' (#907) from dboreham/fix-script-for-ubuntu into main

Reviewed-on: cerc-io/stack-orchestrator#907
This commit is contained in:
David Boreham 2024-07-31 20:39:37 +00:00
commit 5af27b1b3a

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x set -x
fi fi