Skip to content

Commit a7589cd

Browse files
authored
Update wss-runner.sh
1 parent adf12de commit a7589cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wss-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo ""
4040

4141
DIRECTORY=${DIRECTORY:="."}
4242
API_KEY=${API_KEY}
43-
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="wss-unified-agent.config"}
43+
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="/codefresh/volume/wss-unified-agent.config"}
4444

4545
if [[ -z "${API_KEY}" ]]; then
4646
bash <(run_latest_jar.sh) -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"

0 commit comments

Comments
 (0)