Skip to content

Commit

Permalink
Merge pull request 'Fix for sh as shell not bash' (#907) from dboreha…
Browse files Browse the repository at this point in the history
…m/fix-script-for-ubuntu into main

Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/907
  • Loading branch information
David Boreham committed Jul 31, 2024
2 parents 7d18334 + 6c91b87 commit 5af27b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
fi

Expand Down

0 comments on commit 5af27b1

Please sign in to comment.