Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Dec 19, 2024
1 parent 72b999a commit 7b99bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/mlat-client
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ do
elif header="${params[i]:0:14}" && [[ "${header,,}" == "input_connect=" ]]; then
#It's the input_connect parameter value
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
input_type_arg="${params[i]#*=}"
else
Expand Down

0 comments on commit 7b99bd5

Please sign in to comment.