mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
bug fix
This commit is contained in:
parent
b14713b1b3
commit
bcce55269c
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ do
|
||||||
then
|
then
|
||||||
echo "[$(date)][mlathub] Delaying start of MLAT client(s) until container is established..."
|
echo "[$(date)][mlathub] Delaying start of MLAT client(s) until container is established..."
|
||||||
while ! pgrep readsb >/dev/null
|
while ! pgrep readsb >/dev/null
|
||||||
|
do
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue