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/907telackey/defaultplatform v1.1.0-5af27b1-202407312039
commit
5af27b1b3a
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
|
||||
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue