mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-25 23:30:09 +00:00
fix UUID
This commit is contained in:
parent
b9929fd0e2
commit
b45738b003
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if [ -n "${BEASTHOST}" ]; then
|
||||||
READSB_CMD+=("--net-connector=${BEASTHOST},${BEASTPORT},beast_in")
|
READSB_CMD+=("--net-connector=${BEASTHOST},${BEASTPORT},beast_in")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if chk_enabled "${UUID}"; then
|
if [ -n "${UUID}" ]; then
|
||||||
READSB_CMD+=("--uuid-file=/run/uuid")
|
READSB_CMD+=("--uuid-file=/run/uuid")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue