Fix docs link being cut off

This commit is contained in:
William Wernert
2021-11-10 17:17:19 -05:00
parent 569cb24861
commit 62b41af069

View File

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