diff --git a/scripts/index.sh b/scripts/index.sh index 1abdb1d..3da8371 100755 --- a/scripts/index.sh +++ b/scripts/index.sh @@ -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 \ No newline at end of file