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