aboutsummaryrefslogtreecommitdiff
path: root/bin/app-stop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/app-stop')
-rwxr-xr-xbin/app-stop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/app-stop b/bin/app-stop
index 535af9e..c7c0ddb 100755
--- a/bin/app-stop
+++ b/bin/app-stop
@@ -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