diff --git a/CHANGELOG.md b/CHANGELOG.md index e66fb5c1..5080b525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Changed -* evocheck: upstream release 21.10.3 +* evocheck: upstream release 21.10.4 * evolinux-users + nagios-nrpe: Add support for php-fpm80 in lxc * mongodb: Deny the install on Debian 11 « Bullseye » when the version is unsupported * mongodb: Support version 5.0 (for buster) diff --git a/evocheck/files/evocheck.sh b/evocheck/files/evocheck.sh index b2aa4138..fb8a6eeb 100644 --- a/evocheck/files/evocheck.sh +++ b/evocheck/files/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.10.3" +VERSION="21.10.4" readonly VERSION # base functions @@ -1750,6 +1750,7 @@ while :; do IS_KERNELUPTODATE=0 IS_UPTIME=0 IS_MELTDOWN_SPECTRE=0 + IS_CHECK_VERSIONS=0 ;; -v|--verbose) VERBOSE=1