diff --git a/rootfs/etc/services.d/mlathub/run b/rootfs/etc/services.d/mlathub/run index 1ba2472..77c35d4 100644 --- a/rootfs/etc/services.d/mlathub/run +++ b/rootfs/etc/services.d/mlathub/run @@ -35,6 +35,7 @@ readarray -td ";" mlat_configs < <(printf '%s' "${MLAT_CONFIG// /}") mlat_result_sources=0 for instance in "${mlat_configs[@]}" do + # shellcheck disable=SC2015 [[ -z "${instance}" ]] && continue || true # put individual params into the $params array: readarray -td "," params < <(printf '%s' "${instance}") diff --git a/rootfs/etc/services.d/readsb/run b/rootfs/etc/services.d/readsb/run index 517409b..b4fd8a5 100644 --- a/rootfs/etc/services.d/readsb/run +++ b/rootfs/etc/services.d/readsb/run @@ -111,7 +111,7 @@ fi ##### NETWORK OPTIONS ##### # -READSB_CMD+=("--net-api-port=${READSB_NET_API_PORT:-30152") +READSB_CMD+=("--net-api-port=${READSB_NET_API_PORT:-30152}") # Handle "--net-beast-reduce-interval=" if [[ -n "$READSB_NET_BEAST_REDUCE_INTERVAL" ]]; then