diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-27 21:08:07 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-27 21:08:07 +0100 | 
| commit | 3f2143ac7ad93e0d0283cd733af1f1061e2867aa (patch) | |
| tree | 3f0fdae7c79c6cde3b3400e304d0b7f7c4803f4c /examplesite/configuration.sh | |
| parent | 443887accfbdf847e9181dcf871c09a1299abe5b (diff) | |
| download | dab-scripts-3f2143ac7ad93e0d0283cd733af1f1061e2867aa.tar.gz dab-scripts-3f2143ac7ad93e0d0283cd733af1f1061e2867aa.tar.bz2 dab-scripts-3f2143ac7ad93e0d0283cd733af1f1061e2867aa.zip | |
add declare -A radios to examplesite configuration
Diffstat (limited to 'examplesite/configuration.sh')
| -rw-r--r-- | examplesite/configuration.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/examplesite/configuration.sh b/examplesite/configuration.sh index 9ca0942..0408d61 100644 --- a/examplesite/configuration.sh +++ b/examplesite/configuration.sh @@ -4,6 +4,9 @@ all_radios=(      "radio1"      "radio2" ) +# declare radios to be an associative array, DO NOT REMOVE +declare -A radios +  # for each radio, write here the full encoder command.  # encode-jack needs:  #  URL ID dabmux-URL [amplitude correction] | 
