From f2a7e6d6a6b1bf04924d149537efad99fb10561b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 26 Aug 2019 15:13:31 +0200 Subject: [PATCH] update sect 1 function names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- functions_lib.sh | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/functions_lib.sh b/functions_lib.sh index f7c32ba..60a898f 100644 --- a/functions_lib.sh +++ b/functions_lib.sh @@ -3,18 +3,21 @@ host_configuration() { check_1 check_1_1 + check_1_1_1 + check_1_1_2 check_1_2 - check_1_3 - check_1_4 - check_1_5 - check_1_6 - check_1_7 - check_1_8 - check_1_9 - check_1_10 - check_1_11 - check_1_12 - check_1_13 + check_1_2_1 + check_1_2_2 + check_1_2_3 + check_1_2_4 + check_1_2_5 + check_1_2_6 + check_1_2_7 + check_1_2_8 + check_1_2_9 + check_1_2_10 + check_1_2_11 + check_1_2_12 check_1_end }