From 3f2143ac7ad93e0d0283cd733af1f1061e2867aa Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 27 Nov 2014 21:08:07 +0100 Subject: add declare -A radios to examplesite configuration --- examplesite/configuration.sh | 3 +++ 1 file changed, 3 insertions(+) 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] -- cgit v1.2.3