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

Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/907
telackey/defaultplatform v1.1.0-5af27b1-202407312039
David Boreham 2024-07-31 20:39:37 +00:00
commit 5af27b1b3a
1 changed files with 1 additions and 1 deletions

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