prevent discarding of output data while indexing

This commit is contained in:
joeuhren
2019-10-01 19:41:58 -06:00
parent 34ac49b3b8
commit 66c2c53784
+2 -2
View File
@@ -10,7 +10,7 @@ then
fi
fi
if [ -z "${1}" ]; then
eval "cd ${EXPLORER_PATH} && $(which node) scripts/sync.js index update > /dev/null 2>&1"
eval "cd ${EXPLORER_PATH} && $(which node) scripts/sync.js index update"
else
eval "cd ${EXPLORER_PATH} && ${1} scripts/sync.js index update > /dev/null 2>&1"
eval "cd ${EXPLORER_PATH} && ${1} scripts/sync.js index update"
fi