fixed-typos

This commit is contained in:
2024-05-05 17:17:35 +02:00
parent 26ba99d34f
commit 6b621a7b5e

View File

@@ -15,8 +15,8 @@ if test -n "$data"; then
e2="${params[4]}" e2="${params[4]}"
te2="${params[5]}" te2="${params[5]}"
else else
echo "$ts ot no data!" echo "$ts got no data!"
return exit
fi fi
infodata=$(curl -s http://$host/$info | jq -r '.data | join (" ")') infodata=$(curl -s http://$host/$info | jq -r '.data | join (" ")')
@@ -31,8 +31,8 @@ if test -n "$infodata"; then
minpower="${params[5]}" minpower="${params[5]}"
maxpower="${params[6]}" maxpower="${params[6]}"
else else
echo "$ts ot no info!" echo "$ts got no info!"
return exit
fi fi
if test -n "$p1" -a -n "$ip"; then if test -n "$p1" -a -n "$ip"; then