From: Chris Koeritz Date: Sun, 12 Nov 2017 05:28:10 +0000 (-0500) Subject: added autolocation to standup X-Git-Tag: 2.140.98^2~4^2~29 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=142ab838ce62854785997c362eacfad558398ae0 added autolocation to standup otherwise it fails when run as sudo. --- 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" ############################