mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +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")
|
||||
fi
|
||||
|
||||
if chk_enabled "${UUID}"; then
|
||||
if [ -n "${UUID}" ]; then
|
||||
READSB_CMD+=("--uuid-file=/run/uuid")
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue