CC-2788: Airtime uses both /bin/bash and /bin/sh in different scripts
-fixed
This commit is contained in:
parent
d07f40a540
commit
805e358d9c
9 changed files with 5 additions and 31 deletions
|
@ -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"
|
|
|
@ -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"
|
|
|
@ -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"
|
|
|
@ -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"
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Location of pypo_cli.py Python script
|
# Location of pypo_cli.py Python script
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
||||||
. ${virtualenv_bin}activate
|
. ${virtualenv_bin}activate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
||||||
. ${virtualenv_bin}activate
|
. ${virtualenv_bin}activate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
||||||
. ${virtualenv_bin}activate
|
. ${virtualenv_bin}activate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
|
||||||
. ${virtualenv_bin}activate
|
. ${virtualenv_bin}activate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue