-update paths logs for utils in dev_tools/

This commit is contained in:
martin 2011-04-15 12:27:25 -04:00
parent e48f044e56
commit 6db16bc6d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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