Fix Wazuh paths for logstash

This commit is contained in:
Mike Reeves
2020-02-07 16:16:28 -05:00
parent 6ceb127c46
commit e4a73d9773
3 changed files with 12 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ whiptail_check_exitstatus() {
whiptail_create_admin_user() {
ADMINUSER=$(whiptail --title "Security Onion Install" --inputbox \
"Please enter a username for your new admin user" 10 60 3>&1 1>&2 2>&3)
"Please enter a username for your new admin user. The onion account will be disabled during this install" 10 60 3>&1 1>&2 2>&3)
}