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 77d0300 commit 31532e3Copy full SHA for 31532e3
Utilities/General/ibeos/das_client
@@ -64,6 +64,8 @@ if [ "${FORMAT}" = "json" ] ; then
64
else
65
echo "${QUERY_RESULTS}" > ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
66
fi
67
+ cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
68
+ return
69
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