From 31c3cee882905cddd497545c7cb87ccf54d17fd3 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 12 Nov 2017 21:44:34 -0500 Subject: [PATCH] need the environment loaded when running newly --- scripts/site_avenger/powerup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/site_avenger/powerup.sh b/scripts/site_avenger/powerup.sh index 828057c6..c67bd25a 100644 --- a/scripts/site_avenger/powerup.sh +++ b/scripts/site_avenger/powerup.sh @@ -21,6 +21,9 @@ # start with. The concept of the theme comes from cakephp. export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. +export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )" + +source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh" ############################ -- 2.34.1