From 6c16d6d2223578a171f4309a809c91d810db91c1 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 8 Nov 2021 11:15:28 -0500 Subject: [PATCH] Update invalid hostname message --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 3f8628a30..13bfa82b4 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -908,7 +908,7 @@ whiptail_invalid_hostname() { local error_message read -r -d '' error_message <<- EOM - Please choose a valid hostname. It cannot be localhost; and must contain only the ASCII letters 'A-Z' and 'a-z' (case-sensitive), the digits '0' through '9', and hyphen ('-') + Please choose a valid hostname. It cannot be localhost. It must contain only the ASCII letters 'A-Z' and 'a-z' (case-sensitive), the digits '0' through '9', and hyphen ('-'). EOM if [[ $is_manager_hostname = 0 ]]; then