2011-03-05 00:26:22 +01:00
|
|
|
#!/bin/sh
|
2011-03-29 23:32:03 +02:00
|
|
|
echo
|
|
|
|
echo "This will tail the pypo-liquidsoap 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/pypo-liquidsoap/main/current"
|