Reverted commit mistakenly changing file modifiers to 755

This commit is contained in:
Duncan Sommerville 2015-01-14 20:45:03 -05:00
parent b338c5cf0d
commit 5e22f929c7
2070 changed files with 1 additions and 1 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 /usr/lib/airtime/pypo/bin/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1
exec python ${pypo_path}/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1