From 0320c9a1367b4922a7657968342ee692091cd925 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 15 Apr 2011 12:35:57 -0400 Subject: [PATCH] -fix to dev_tools/pr.sh path --- dev_tools/pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_tools/pr.sh b/dev_tools/pr.sh index 9734704b8..42a0aa669 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 /var/log/airtime/recorder/log/main/current" +su -l pypo -c "tail -F /var/log/airtime/recorder/main/current"