-update paths logs for utils in dev_tools/
This commit is contained in:
parent
e48f044e56
commit
6db16bc6d1
|
@ -2,4 +2,4 @@
|
||||||
echo
|
echo
|
||||||
echo "This will tail the pypo-liquidsoap log file."
|
echo "This will tail the pypo-liquidsoap log file."
|
||||||
echo "Type in password for pypo user (default password is 'pypo'):"
|
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"
|
||||||
|
|
|
@ -4,4 +4,4 @@ echo
|
||||||
echo "This will tail the recorder log file."
|
echo "This will tail the recorder log file."
|
||||||
echo "Type in password for pypo user (default password is 'pypo'):"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue