From bb0d65ceb1d81387e68e5db0c5aa2f8e3353dd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 27 Aug 2019 14:54:23 +0200 Subject: [PATCH] update function list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- functions_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions_lib.sh b/functions_lib.sh index 60a898f..dfb8d93 100644 --- a/functions_lib.sh +++ b/functions_lib.sh @@ -40,7 +40,6 @@ docker_daemon_configuration() { check_2_15 check_2_16 check_2_17 - check_2_18 check_2_end } @@ -147,6 +146,7 @@ docker_swarm_configuration() { community_checks() { check_c check_c_1 + check_c_2 check_c_end }