1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-12-25 22:02:00 +00:00

minor fix

This commit is contained in:
kx1t 2024-12-19 11:15:30 -05:00
parent 72b999aa0d
commit 7b99bd5d47

View file

@ -213,7 +213,7 @@ do
elif header="${params[i]:0:14}" && [[ "${header,,}" == "input_connect=" ]]; then elif header="${params[i]:0:14}" && [[ "${header,,}" == "input_connect=" ]]; then
#It's the input_connect parameter value #It's the input_connect parameter value
input_connect_arg="${params[i]#*=}" input_connect_arg="${params[i]#*=}"
elif header="${params[i]:0:14}" && [[ "${header,,}" == "input_type=" ]]; then elif header="${params[i]:0:11}" && [[ "${header,,}" == "input_type=" ]]; then
#It's the input_type parameter value #It's the input_type parameter value
input_type_arg="${params[i]#*=}" input_type_arg="${params[i]#*=}"
else else