parent
2a07897354
commit
cd86032be2
4
debian/dump1090-mutability.config
vendored
4
debian/dump1090-mutability.config
vendored
|
@ -184,9 +184,9 @@ is_port_number() {
|
||||||
|
|
||||||
is_port_list() {
|
is_port_list() {
|
||||||
for port in $(echo $1 | sed 's@,@ @g'); do
|
for port in $(echo $1 | sed 's@,@ @g'); do
|
||||||
if ! is_port_number "$port"; then return 0; fi
|
if ! is_port_number "$port"; then return 1; fi
|
||||||
done
|
done
|
||||||
return 1
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
db_input high $NAME/auto-start || true
|
db_input high $NAME/auto-start || true
|
||||||
|
|
Loading…
Reference in a new issue