Fix a bad reversion in the airtime-playout binary

This commit is contained in:
Duncan Sommerville 2015-01-15 10:12:52 -05:00
parent 5e22f929c7
commit 19a1817159
3 changed files with 23 additions and 9 deletions

View file

@ -13,4 +13,4 @@ export PYTHONPATH=/usr/lib/airtime/:/usr/lib/airtime/pypo/bin/:/usr/lib/airtime/
export LC_ALL=`cat /etc/default/locale | grep "LANG=" | cut -d= -f2 | tr -d "\n\""`
export TERM=xterm
exec python ${pypo_path}/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1
exec python /usr/lib/airtime/pypo/bin/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1