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-04-15 20:45:10 +02:00
|
|
|
su -l pypo -c "tail -F /var/log/airtime/show-recorder/main/current"
|