diff options
Diffstat (limited to 'bin/app-status')
-rwxr-xr-x | bin/app-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/app-status b/bin/app-status index e36e1d6..e3b3b12 100755 --- a/bin/app-status +++ b/bin/app-status @@ -3,7 +3,7 @@ set -e set -u -APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) +export APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) . $APPSH_HOME/lib/common # HEADER END |