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 31532e3 commit fba9215Copy full SHA for fba9215
Utilities/General/ibeos/das_client
@@ -65,7 +65,7 @@ if [ "${FORMAT}" = "json" ] ; then
65
echo "${QUERY_RESULTS}" > ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
66
fi
67
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
68
- return
+ exit 0
69
else
70
QUERY_RESULTS=$((curl -f -L -s "${QUERY_URL}" || true) | grep /store/ | sed 's| ||g;s|"||g;s|,||g')
71
if (get_parent_cmds $$ 0 2>&1 || true) | grep -aq '/cmsDriver.py'; then
0 commit comments