From bcd51f68047854efc73f53463e0091bae14b7ad9 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 10 Sep 2015 16:35:31 +0200 Subject: Change configuration.sh location to site/ --- launch-all-encoders.sh | 4 ++-- 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 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" -- cgit v1.2.3