Former-commit-id: 6b85651e9d
Former-commit-id: 3a4d596e7d
This commit is contained in:
mjames-upc 2015-10-27 13:46:26 -06:00
parent 7d4790c239
commit daabf7cdae

View file

@ -176,7 +176,7 @@ edex_log() { # display todays log, default to ingest
exit;
fi
# EDEX ingest log (default)
LOG_FILE=${LOG_PATH}edex-ingest-${YMD}.log
LOG_FILE=${LOG_PATH}/edex-ingest-${YMD}.log
if [ "${args[1]}" == 'ingest' ]; then
tail_log
exit;