mirror of
https://codeberg.org/scip/apsystems-ez1-loki-grafana.git
synced 2025-12-16 20:21:01 +01:00
fixed-typos
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user