mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
[feat] Add message explaining strings cannot contain spaces
This commit is contained in:
@@ -419,7 +419,7 @@ collect_es_cluster_name() {
|
||||
whiptail_manager_adv_escluster_name
|
||||
|
||||
while ! valid_string "$ESCLUSTERNAME"; do
|
||||
whiptail_invalid_input
|
||||
whiptail_invalid_string "ES cluster name"
|
||||
whiptail_manager_adv_escluster_name
|
||||
done
|
||||
fi
|
||||
@@ -628,7 +628,7 @@ collect_patch_schedule_name_new() {
|
||||
whiptail_patch_name_new_schedule
|
||||
|
||||
while ! valid_string "$PATCHSCHEDULENAME"; do
|
||||
whiptail_invalid_input
|
||||
whiptail_invalid_string "schedule name"
|
||||
whiptail_patch_name_new_schedule
|
||||
done
|
||||
}
|
||||
@@ -637,7 +637,7 @@ collect_patch_schedule_name_import() {
|
||||
whiptail_patch_schedule_import
|
||||
|
||||
while ! valid_string "$PATCHSCHEDULENAME"; do
|
||||
whiptail_invalid_input
|
||||
whiptail_invalid_string "schedule name"
|
||||
whiptail_patch_schedule_import
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user