Skip to content

Commit fba9215

Browse files
committed
not in function
1 parent 31532e3 commit fba9215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/General/ibeos/das_client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ "${FORMAT}" = "json" ] ; then
6565
echo "${QUERY_RESULTS}" > ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
6666
fi
6767
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
68-
return
68+
exit 0
6969
else
7070
QUERY_RESULTS=$((curl -f -L -s "${QUERY_URL}" || true) | grep /store/ | sed 's| ||g;s|"||g;s|,||g')
7171
if (get_parent_cmds $$ 0 2>&1 || true) | grep -aq '/cmsDriver.py'; then

0 commit comments

Comments
 (0)