Put entire ref to doc page on new line

This commit is contained in:
William Wernert
2021-11-10 17:46:35 -05:00
parent 62b41af069
commit ed3b2e4569

View File

@@ -735,7 +735,7 @@ whiptail_install_type() {
# What kind of install are we doing?
install_type=$(whiptail --title "$whiptail_title" --radiolist \
"Choose install type. See https://docs.securityonion.net/architecture for details." 13 65 5 \
"Choose install type. \nSee https://docs.securityonion.net/architecture for details." 13 65 5 \
"EVAL" "Evaluation mode (not for production) " ON \
"STANDALONE" "Standalone production install " OFF \
"DISTRIBUTED" "Distributed install submenu " OFF \