Skip to content

Commit 794b239

Browse files
authored
Update wss-runner.sh
1 parent dc71d74 commit 794b239

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
@@ -39,7 +39,7 @@ echo ""
3939

4040
DIRECTORY=${DIRECTORY:="."}
4141
API_KEY=${API_KEY}
42-
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="./wss-unified-agent.config"}
42+
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="wss-unified-agent.config"}
4343

4444
if [[ -z "${API_KEY}" ]]; then
4545
bash <(curl -s -L https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss_agent_scanner.sh) -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"

0 commit comments

Comments
 (0)