1
0
Fork 0
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:
kx1t 2023-10-13 09:33:31 -04:00
parent 366893507a
commit 57ae105236

View file

@ -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