This commit is contained in:
Alarig Le Lay 2018-08-29 16:30:04 +02:00
parent f0e60e3a30
commit 68e01fdb74
1 changed files with 1 additions and 1 deletions

View File

@ -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"