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:
parent
72b999aa0d
commit
7b99bd5d47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue