Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A fix for incorrect redirects in app-server.sh script #235

Open
wants to merge 3 commits into
base: v2.x/staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/app-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then
fi

# Will skip log trimming if ZWED_NODE_LOG_FILE already defined (such as by start.sh)
. ./utils/setup-logs.sh
. ../bin/utils/setup-logs.sh

#Determined log file. Run node appropriately.
cd ../lib
Expand Down
2 changes: 1 addition & 1 deletion bin/init/workspace-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
export ZWE_zowe_logDirectory="${HOME}/.zowe/logs"
fi
mkdir -p ${ZWE_zowe_logDirectory}
cd ../../lib
cd ../lib
__UNTAGGED_READ_MODE=V6 $NODE_BIN initInstance.js
export CONFIG_FILE="${HOME}/.zowe/workspace/app-server/serverConfig/zowe.yaml"
fi