This commit is contained in:
2023-11-25 11:23:52 -06:00
parent 2671f86053
commit 252661ad27

View File

@@ -23,7 +23,8 @@ if [ -e "$GLOBALS_FILE" ] ; then
chmod +x "$GLOBALS_FILE" chmod +x "$GLOBALS_FILE"
. "$GLOBALS_FILE" . "$GLOBALS_FILE"
else else
die "Could not load: $GLOBALS_FILE" >&2 echo "Could not load: $GLOBALS_FILE"
exit 1
fi fi
# =================================================== # ===================================================