mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
minor stuff - intermediate
This commit is contained in:
parent
366893507a
commit
57ae105236
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ if [[ ! -f /usr/local/share/adsbexchange/adsbx-uuid ]]; then
|
|||
if [[ -n "$ADSBX_UUID" ]]; then
|
||||
mkdir -p /usr/local/share/adsbexchange
|
||||
echo "$ADSBX_UUID" > /usr/local/share/adsbexchange/adsbx-uuid
|
||||
"${s6wrap[@]}" echo "Using UUID $ADSBX_UUID for AdsbExchange"
|
||||
else
|
||||
"${s6wrap[@]}" echo "WARNING: no UUID can be identified to be used with AdsbExchange; a random one will be generated every time the container is started."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue