-fixed on-air light not working.

This commit is contained in:
Martin Konecny 2011-10-11 13:36:07 +02:00
parent 1b1e389cf6
commit 8fe10830d5
6 changed files with 18 additions and 7 deletions

View file

@ -10,4 +10,4 @@ SCRIPT=`readlink -f $0`
# Absolute path this script is in
SCRIPTPATH=`dirname $SCRIPT`
cd ${SCRIPTPATH}/../ && ./pypo-notify.py $1 $2 $3 $4 $5 $6 $7 $8 &
cd ${SCRIPTPATH}/../ && python pypo-notify.py $1 $2 $3 $4 $5 $6 $7 $8 &