diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-10 16:35:31 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-10 16:35:31 +0200 |
commit | bcd51f68047854efc73f53463e0091bae14b7ad9 (patch) | |
tree | 89a36938b90c525f48b430483ba6d65abdb091cc | |
parent | 46328eb05aef3a07c48ea0ec094bb887ed2c6e46 (diff) | |
download | dab-scripts-bcd51f68047854efc73f53463e0091bae14b7ad9.tar.gz dab-scripts-bcd51f68047854efc73f53463e0091bae14b7ad9.tar.bz2 dab-scripts-bcd51f68047854efc73f53463e0091bae14b7ad9.zip |
Change configuration.sh location to site/
-rwxr-xr-x | launch-all-encoders.sh | 4 | ||||
-rw-r--r-- | mot.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/launch-all-encoders.sh b/launch-all-encoders.sh index 699fe4f..d9da530 100755 --- a/launch-all-encoders.sh +++ b/launch-all-encoders.sh @@ -3,10 +3,10 @@ set -e -if [ -f ./configuration.sh ] +if [ -f site/configuration.sh ] then - source ./configuration.sh + source site/configuration.sh for radio in ${all_radios[*]} do @@ -4,7 +4,7 @@ set -e -source ./configuration.sh +source site/configuration.sh printerr() { echo -e "\033[01;31m$1\033[0m" |