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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'launch-all-encoders.sh') 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 -- cgit v1.2.3