We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0add279 commit b4a60a7Copy full SHA for b4a60a7
wss-runner.sh
@@ -35,9 +35,9 @@ API_KEY=${API_KEY}
35
CONFIG_FILE=${CONFIG_FILE:="wss-unified-agent.config"}
36
37
if [[ -z "${API_KEY}" ]]; then
38
- /run_latest_jar.sh -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
+ /run_latest_jar.sh -c ../"${CONFIG_FILE}" -d ../"${PROJECT_DIRECTORY}"
39
else
40
- /run_latest_jar.sh -apiKey "${API_KEY}" -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
+ /run_latest_jar.sh -apiKey "${API_KEY}" -c ../"${CONFIG_FILE}" -d ../"${PROJECT_DIRECTORY}"
41
fi
42
echo ""
43
echo "*******************************************************************************************************************"
0 commit comments