1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-22 05:40:10 +00:00
This commit is contained in:
kx1t 2023-04-08 18:45:11 -04:00
parent b9929fd0e2
commit b45738b003

View file

@ -35,7 +35,7 @@ if [ -n "${BEASTHOST}" ]; then
READSB_CMD+=("--net-connector=${BEASTHOST},${BEASTPORT},beast_in")
fi
if chk_enabled "${UUID}"; then
if [ -n "${UUID}" ]; then
READSB_CMD+=("--uuid-file=/run/uuid")
fi