Update invalid hostname message

This commit is contained in:
William Wernert
2021-11-08 11:15:28 -05:00
parent acba82d194
commit 6c16d6d222

View File

@@ -908,7 +908,7 @@ whiptail_invalid_hostname() {
local error_message local error_message
read -r -d '' error_message <<- EOM 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 EOM
if [[ $is_manager_hostname = 0 ]]; then if [[ $is_manager_hostname = 0 ]]; then