-fix invalid path includes

This commit is contained in:
martin 2011-04-14 23:08:55 -04:00
parent 03ab7edea0
commit 7d2c2f65f2
4 changed files with 8 additions and 7 deletions

View file

@ -4,4 +4,4 @@ echo
echo "This will output the pypo log file."
echo "Type in password for pypo user (default password is 'pypo'):"
su -l pypo -c "less /etc/service/pypo/log/main/current"
su -l pypo -c "less /var/log/airtime/pypo/main/current"

View file

@ -4,4 +4,4 @@ echo
echo "This will tail the pypo log file."
echo "Type in password for pypo user (default password is 'pypo'):"
su -l pypo -c "tail -F /etc/service/pypo/log/main/current"
su -l pypo -c "tail -F /var/log/airtime/pypo/main/current"