mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Update invalid hostname message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user