Fix for sh as shell not bash
parent
7d18334953
commit
6c91b87348
|
|
@ -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