fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/sh -ex
|
||||
#
|
||||
# 01. "should check code directly not $?"
|
||||
# shellcheck disable=2181
|
||||
@@ -18,7 +18,7 @@
|
||||
# ===================================================
|
||||
echo "Starting, attempting to load globals.sh"
|
||||
|
||||
GLOBALS_FILE="$PWD/lib/globals.sh"
|
||||
GLOBALS_FILE="$PWD/globals.sh"
|
||||
if [ -e "$GLOBALS_FILE" ] ; then
|
||||
chmod +x "$GLOBALS_FILE"
|
||||
. "$GLOBALS_FILE"
|
||||
|
||||
Reference in New Issue
Block a user