mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
Improve grammer of summary screen in whiptail
This commit is contained in:
@@ -1034,11 +1034,11 @@ whiptail_setup_complete() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
read -r -d '' message <<- EOM
|
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
|
EOM
|
||||||
|
|
||||||
whiptail --title "Security Onion Setup" --msgbox "$message" 12 75
|
whiptail --title "Security Onion Setup" --msgbox "$message" 12 75
|
||||||
|
|||||||
Reference in New Issue
Block a user