aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-09-10 16:35:31 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-09-10 16:35:31 +0200
commitbcd51f68047854efc73f53463e0091bae14b7ad9 (patch)
tree89a36938b90c525f48b430483ba6d65abdb091cc
parent46328eb05aef3a07c48ea0ec094bb887ed2c6e46 (diff)
downloaddab-scripts-bcd51f68047854efc73f53463e0091bae14b7ad9.tar.gz
dab-scripts-bcd51f68047854efc73f53463e0091bae14b7ad9.tar.bz2
dab-scripts-bcd51f68047854efc73f53463e0091bae14b7ad9.zip
Change configuration.sh location to site/
-rwxr-xr-xlaunch-all-encoders.sh4
-rw-r--r--mot.sh2
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
diff --git a/mot.sh b/mot.sh
index 2a61e3d..baa6a76 100644
--- a/mot.sh
+++ b/mot.sh
@@ -4,7 +4,7 @@
set -e
-source ./configuration.sh
+source site/configuration.sh
printerr() {
echo -e "\033[01;31m$1\033[0m"