Skip to content

Commit

Permalink
Merge pull request zowe#2 from fkovinAtRocket/feature/install-from-dir
Browse files Browse the repository at this point in the history
cd to the bin dir before invoking Node
  • Loading branch information
1000TurquoisePogs authored Jun 26, 2019
2 parents 03f460b + 0e5a744 commit b9bbdb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/install-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ app_path=$(cd "$1"; pwd)

shift

cd $zlux_path/zlux-app-server/bin

if [ -z "$ZLUX_INSTALL_LOG_DIR" ]
then
ZLUX_INSTALL_LOG_DIR="$zlux_path/zlux-app-server/log"
Expand Down

0 comments on commit b9bbdb3

Please sign in to comment.