Fix for sh as shell not bash

This commit is contained in:
David Boreham 2024-07-31 14:30:53 -06:00
parent 7d18334953
commit 6c91b87348

View File

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