Added explanation to the user for each of the tools in dev_tools.

This commit is contained in:
Paul Baranowski 2011-03-29 17:32:03 -04:00
parent 9ebe7ec1ca
commit 835960d25f
4 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
echo
echo "This will tail the pypo-liquidsoap log file."
echo "Type in password for pypo user (default password is 'pypo'):"
su -l pypo -c "tail -F /etc/service/pypo-liquidsoap/log/main/current"

View File

@ -1,3 +1,7 @@
#!/bin/sh
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 /etc/service/recorder/log/main/current"

View File

@ -1,3 +1,7 @@
#!/bin/sh
echo
echo "This will output the pypo log file."
echo "Type in password for pypo user (default password is 'pypo'):"
su -l pypo -c "less /etc/service/pypo/log/main/current"

View File

@ -1,3 +1,7 @@
#!/bin/sh
echo
echo "This will tail the pypo log file."
echo "Type in password for pypo user (default password is 'pypo'):"
su -l pypo -c "tail -F /etc/service/pypo/log/main/current"