diff options
Diffstat (limited to 'launch-all-encoders.sh')
| -rwxr-xr-x | launch-all-encoders.sh | 4 | 
1 files changed, 2 insertions, 2 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 | 
