move my_tmp

This commit is contained in:
AJ ONeal 2017-11-07 04:20:15 -07:00
parent 3bb6dc9680
commit 041138f4b2
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@
set -e
set -u
my_tmp=$(mktemp -d)
### IMPORTANT ###
### VERSION ###
#my_app_ver="v1.1"
@ -20,7 +22,6 @@ my_npm="$NPM_CONFIG_PREFIX/bin/npm"
my_app_name=goldilocks
my_app_pkg_name=com.daplie.goldilocks.web
my_tmp=$(mktemp -d)
my_app_dir=$my_tmp
my_app_dist=$my_tmp/opt/$my_app_name/lib/node_modules/$my_app_name/dist
git_base="https://git.daplie.com/Daplie/goldilocks.js.git"