CC-3889: Add line "export TERM=xterm" to pypo bash script startup file

-fixed
This commit is contained in:
Martin Konecny 2012-06-05 13:07:59 -04:00
parent b6446442ba
commit b128050cc2
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ fi
export HOME="/var/tmp/airtime/pypo/"
export PYTHONPATH=${api_client_path}:$PYTHONPATH
export LC_ALL=`cat /etc/default/locale | grep "LANG=" | cut -d= -f2 | tr -d "\n\""`
export TERM=xterm
# Note the -u when calling python! we need it to get unbuffered binary stdout and stderr
exec python -u ${pypo_path}${pypo_script} > /var/log/airtime/pypo/py-interpreter.log 2>&1