Sample Header Ad - 728x90

tput: No value for $TERM and no -T specified

8 votes
2 answers
4525 views
I am trying to run a bash script I have via cron, and I am getting the following error at the beginning of the execution: tput: No value for $TERM and no -T specified Here is what is in my crontab: 0 8 * * 1-5 cd /var/www/inv/ && /var/www/inv/unitTest run all 2>&1| mail -r "user@example.com" -s "Daily Inventory Unit Test Results" user@example.com
Asked by ComputerLocus (183 rep)
Jun 11, 2015, 12:42 PM
Last activity: Sep 19, 2022, 10:00 PM