set term to dummy for cron, update path
This commit is contained in:
parent
3f08853826
commit
5b1678c6ae
@ -5,6 +5,12 @@
|
||||
#######
|
||||
|
||||
|
||||
### set environment variables
|
||||
if [ -z "$TERM" ]; then
|
||||
export TERM=dumb;
|
||||
fi
|
||||
export PATH=$PATH:/usr/local/bin
|
||||
|
||||
### text formatting presents
|
||||
norm=$(tput sgr0)
|
||||
err=$(tput bold)$(tput setaf 1)
|
||||
|
Loading…
Reference in New Issue
Block a user