mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
Improve grammer of summary screen in whiptail
This commit is contained in:
@@ -1034,11 +1034,11 @@ whiptail_setup_complete() {
|
||||
fi
|
||||
|
||||
read -r -d '' message <<- EOM
|
||||
Finished ${install_type} install
|
||||
Finished ${install_type} installation.
|
||||
|
||||
${sentence_prefix} the web interface at https://${REDIRECTIT}
|
||||
${sentence_prefix} the web interface at: https://${REDIRECTIT}
|
||||
|
||||
Press ENTER to reboot
|
||||
Press ENTER to reboot.
|
||||
EOM
|
||||
|
||||
whiptail --title "Security Onion Setup" --msgbox "$message" 12 75
|
||||
|
||||
Reference in New Issue
Block a user