From 6db16bc6d11f34626babca0f5a77041028d0db2a Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 15 Apr 2011 12:27:25 -0400 Subject: [PATCH] -update paths logs for utils in dev_tools/ --- dev_tools/pl.sh | 2 +- dev_tools/pr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_tools/pl.sh b/dev_tools/pl.sh index 4e1c70134..9d3729e15 100755 --- a/dev_tools/pl.sh +++ b/dev_tools/pl.sh @@ -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" diff --git a/dev_tools/pr.sh b/dev_tools/pr.sh index aadab42ec..9734704b8 100755 --- a/dev_tools/pr.sh +++ b/dev_tools/pr.sh @@ -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"