aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapp3
1 files changed, 2 insertions, 1 deletions
diff --git a/app b/app
index bd958fa..30254d5 100755
--- a/app
+++ b/app
@@ -2,11 +2,12 @@
set -e
-mkdir -p .app
BASEDIR=`dirname $0`
BASEDIR=`cd $BASEDIR; pwd`
export BASEDIR
+mkdir -p $BASEDIR/.app/var
+
if [ -n "$APPSH_REPO" ]
then
repo="$APPSH_REPO"