Tail instead of cat

This commit is contained in:
Michael Stanclift 2020-05-24 19:48:35 -05:00
parent b5d2593628
commit b06bce796b

View File

@ -190,7 +190,7 @@ function logs_crontab {
echo -e "========================================================"
echo -e "========================================================"
echo -e ""
cat ${CRONTAB_LOG}
tail -n 1000 ${CRONTAB_LOG}
echo -e ""
echo -e "========================================================"
echo -e "========================================================"