CC-3889: Add line "export TERM=xterm" to pypo bash script startup file
-fixed
This commit is contained in:
parent
b6446442ba
commit
b128050cc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue