CC-2788: Airtime uses both /bin/bash and /bin/sh in different scripts

-fixed
This commit is contained in:
martin 2011-09-08 12:36:51 -04:00
parent d07f40a540
commit 805e358d9c
9 changed files with 5 additions and 31 deletions

View file

@ -1,5 +0,0 @@
#!/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 /var/log/airtime/pypo-liquidsoap/main/current"

View file

@ -1,7 +0,0 @@
#!/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 /var/log/airtime/show-recorder/main/current"

View file

@ -1,7 +0,0 @@
#!/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 /var/log/airtime/pypo/main/current"

View file

@ -1,7 +0,0 @@
#!/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 /var/log/airtime/pypo/main/current"