From 142ab838ce62854785997c362eacfad558398ae0 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 12 Nov 2017 00:28:10 -0500 Subject: [PATCH] added autolocation to standup otherwise it fails when run as sudo. --- scripts/site_avenger/standup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index ee4a0026..7ed1c840 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -7,6 +7,9 @@ # is much more powerful if the site is based on cakephp and site avenger. export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. +export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )" + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" ############################ -- 2.34.1