Fix typo
This commit is contained in:
parent
f0e60e3a30
commit
68e01fdb74
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ case ${STATE} in
|
|||
exit 2
|
||||
elif [ ${RATIO_IN} -gt 90 ]; then
|
||||
printf "WARNING: ${SESSION} import route limit is "
|
||||
printf "over thresold\n"
|
||||
printf "over threshold\n"
|
||||
exit 1
|
||||
else
|
||||
printf "OK: ${SESSION} is ${STATE}\n"
|
||||
|
|
Loading…
Reference in a new issue