diff options
| author | ODR on core.mpb.li <odr@core.mpb.li> | 2014-08-24 10:52:06 +0200 |
|---|---|---|
| committer | ODR on core.mpb.li <odr@core.mpb.li> | 2014-08-24 10:52:06 +0200 |
| commit | 39acf5aa1f973ca120479c4830f52a38f8c908e8 (patch) | |
| tree | 678ca02e71db029934184827bb1f660483149edc /radio.sh | |
| parent | 5c788a71b5a426c93b305bc01183d65f49c64c43 (diff) | |
| download | dab-scripts-39acf5aa1f973ca120479c4830f52a38f8c908e8.tar.gz dab-scripts-39acf5aa1f973ca120479c4830f52a38f8c908e8.tar.bz2 dab-scripts-39acf5aa1f973ca120479c4830f52a38f8c908e8.zip | |
Correct configuration handling
Diffstat (limited to 'radio.sh')
| -rwxr-xr-x | radio.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ # # Start the encoder for the radio -# Declare radios to be an associative array -declare -A radios +set -e source site/configuration.sh |
