diff options
| -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" | 
