You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/publish/installers/install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ if [[ -n "${STS_URL}" && -n "${STS_API_TOKEN}" ]]; then
80
80
${TARGET_CLI_PATH}/sts context save --url ${STS_URL} --api-token ${STS_API_TOKEN}
81
81
fi
82
82
83
-
if [ "$(whereis -q sts)"=="" ];then
83
+
if [ "$(whereis sts)"=="" ];then
84
84
printf"${RED}[WARNING]${NO_COLOR} Can not find 'sts' on the PATH or execute it. Consider adding the directory to your PATH: PATH=\"\$PATH:${TARGET_CLI_PATH}\"\n"
85
85
printf"Type ${GREEN}${TARGET_CLI_PATH}/sts${NO_COLOR} to get started!\n"
0 commit comments