From 94774e6a669f076a4cd814a5225448f38428412b Mon Sep 17 00:00:00 2001 From: nemo Date: Sat, 29 Jun 2019 11:58:24 +0200 Subject: [PATCH] Error message when IPV4/IPV6 for ADMIN LAN not sets on this host --- recipes/recipe_check_ssh_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe_check_ssh_config.sh b/recipes/recipe_check_ssh_config.sh index c6a4c77..6a943c5 100755 --- a/recipes/recipe_check_ssh_config.sh +++ b/recipes/recipe_check_ssh_config.sh @@ -58,7 +58,7 @@ else 0) # OK, nothing to do ;; 1) # Error (wrong number of param or other) - SSH_CONFIG_CHECK_FAILED=${SSH_CONFIG_CHECK_FAILED}" Error during ListenAddress check with function check_value_in_conf_file, maybe incorrect number of parameter or file not found;" + SSH_CONFIG_CHECK_FAILED=${SSH_CONFIG_CHECK_FAILED}" Error during ListenAddress check with function check_value_in_conf_file, maybe incorrect number of parameter or file not found or no IPV4/IPV6 ADMIN LAN IP for this host;" ;; 2) # Unexpected value is set SSH_CONFIG_CHECK_FAILED=${SSH_CONFIG_CHECK_FAILED}" ListenAddress are not well configured or has other value, set ListenAddress for IPv4 and IPv6;"