aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-27 21:08:07 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-27 21:08:07 +0100
commit3f2143ac7ad93e0d0283cd733af1f1061e2867aa (patch)
tree3f0fdae7c79c6cde3b3400e304d0b7f7c4803f4c
parent443887accfbdf847e9181dcf871c09a1299abe5b (diff)
downloaddab-scripts-3f2143ac7ad93e0d0283cd733af1f1061e2867aa.tar.gz
dab-scripts-3f2143ac7ad93e0d0283cd733af1f1061e2867aa.tar.bz2
dab-scripts-3f2143ac7ad93e0d0283cd733af1f1061e2867aa.zip
add declare -A radios to examplesite configuration
-rw-r--r--examplesite/configuration.sh3
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]