diff --git a/dev_tools/pl.sh b/dev_tools/pl.sh deleted file mode 100755 index 9d3729e15..000000000 --- a/dev_tools/pl.sh +++ /dev/null @@ -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" diff --git a/dev_tools/pr.sh b/dev_tools/pr.sh deleted file mode 100755 index afb9426a9..000000000 --- a/dev_tools/pr.sh +++ /dev/null @@ -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" diff --git a/dev_tools/pypoless.sh b/dev_tools/pypoless.sh deleted file mode 100755 index 9d53be1f1..000000000 --- a/dev_tools/pypoless.sh +++ /dev/null @@ -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" diff --git a/dev_tools/pypotail.sh b/dev_tools/pypotail.sh deleted file mode 100755 index 7f83da595..000000000 --- a/dev_tools/pypotail.sh +++ /dev/null @@ -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" diff --git a/python_apps/media-monitor/airtime-media-monitor b/python_apps/media-monitor/airtime-media-monitor index 4b79d892a..ac45bde13 100755 --- a/python_apps/media-monitor/airtime-media-monitor +++ b/python_apps/media-monitor/airtime-media-monitor @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Location of pypo_cli.py Python script diff --git a/python_apps/pypo/airtime-liquidsoap b/python_apps/pypo/airtime-liquidsoap index 00702853b..d2ece4db6 100755 --- a/python_apps/pypo/airtime-liquidsoap +++ b/python_apps/pypo/airtime-liquidsoap @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/" . ${virtualenv_bin}activate diff --git a/python_apps/pypo/airtime-playout b/python_apps/pypo/airtime-playout index a38ede950..3ef01ad2b 100755 --- a/python_apps/pypo/airtime-playout +++ b/python_apps/pypo/airtime-playout @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/" . ${virtualenv_bin}activate diff --git a/python_apps/show-recorder/airtime-show-recorder b/python_apps/show-recorder/airtime-show-recorder index 4642c6322..db0165649 100755 --- a/python_apps/show-recorder/airtime-show-recorder +++ b/python_apps/show-recorder/airtime-show-recorder @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/" . ${virtualenv_bin}activate diff --git a/utils/airtime-import/airtime-import b/utils/airtime-import/airtime-import index ed62c8a72..b42ae7a01 100755 --- a/utils/airtime-import/airtime-import +++ b/utils/airtime-import/airtime-import @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/" . ${virtualenv_bin}activate