cater to adsbexchange-978 feed client

This commit is contained in:
Matthias Wirth
2021-04-16 19:32:34 +02:00
parent 9b9fd999c1
commit d057231cc4

View File

@@ -161,7 +161,12 @@ else
instances="$srcdir tar1090"
fi
instances=$(echo "$instances" | grep -v -e '^#')
if [[ -d /usr/local/share/adsbexchange-978 ]]; then
instances+="\n /run/adsbexchange-978 ax978"
fi
instances=$(echo -e "$instances" | grep -v -e '^#')
if ! diff tar1090.sh /usr/local/share/tar1090/tar1090.sh &>/dev/null; then
changed=yes