2011-03-25 06:38:46 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2011-03-29 23:32:03 +02:00
|
|
|
echo
|
|
|
|
echo "This will tail the recorder log file."
|
|
|
|
echo "Type in password for pypo user (default password is 'pypo'):"
|
|
|
|
|
2011-03-25 06:38:46 +01:00
|
|
|
su -l pypo -c "tail -F /etc/service/recorder/log/main/current"
|