bkctld-check-setup: forgot to increment the summary

This commit is contained in:
Jérémy Lecour 2020-08-20 14:50:09 +02:00 committed by Jérémy Lecour
parent e5d40f8fe4
commit 39901967a7
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* bkctld-check-setup: forgot to increment the summary
### Security
## [2.4.0] - 2020-08-19

View File

@ -63,6 +63,7 @@ for jail_name in $(jails_list); do
done
if [ "${nb_off}" -eq 0 ]; then
output="${output}OK - all jails are in their expected state.\n"
nb_ok=$((nb_ok + 1))
else
output="${output}CRITICAL - ${nb_off} jail(s) shouldn't be OFF !\n"
nb_crit=$((nb_crit + 1))