From e545bb3714b0ba0023d5aeb7ea024bf04dc7f313 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sat, 9 Oct 2021 11:14:14 +0200 Subject: [PATCH] IS_VERSION_MINIFW is not ready yet --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 706a224..fb5a399 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1492,7 +1492,7 @@ main() { test "${IS_CHROOTED_BINARY_UPTODATE:=1}" = 1 && check_chrooted_binary_uptodate test "${IS_NGINX_LETSENCRYPT_UPTODATE:=1}" = 1 && check_nginx_letsencrypt_uptodate test "${IS_LXC_CONTAINER_RESOLV_CONF:=1}" = 1 && check_lxc_container_resolv_conf - test "${IS_VERSION_MINIFW:=1}" = 1 && check_version_minifw + test "${IS_VERSION_MINIFW:=0}" = 1 && check_version_minifw fi #-----------------------------------------------------------