asdf
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
# ===================================================
|
||||
echo "Starting, attempting to load globals.sh"
|
||||
|
||||
GLOBALS_FILE="$PWD/lib/globals.sh"
|
||||
# grab fresh copy of all helper scripts / libraries
|
||||
if [ -d "$PWD/lib" ] ; then
|
||||
cp -f "$PWD/lib"/* .
|
||||
fi
|
||||
|
||||
GLOBALS_FILE="$PWD/globals.sh"
|
||||
if [ -e "$GLOBALS_FILE" ] ; then
|
||||
chmod +x "$GLOBALS_FILE"
|
||||
. "$GLOBALS_FILE"
|
||||
|
||||
Reference in New Issue
Block a user