change dir from which it runs

This commit is contained in:
AJ ONeal 2017-11-07 20:54:15 +00:00
parent cec4f1ee95
commit 0935e3e4b3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ git clone https://git.daplie.com/Daplie/goldilocks.js.git $my_tmp/opt/$my_name/l
echo "Installing to $my_tmp (will be moved after install)"
pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name
git checkout $my_ver
source ./helper.sh
source ./installer/helper.sh
popd
echo "Installation successful, now cleaning up $my_tmp ..."