mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
FEATURE: Add hyperlink to airgap screen in setup #12925
This commit is contained in:
@@ -14,7 +14,7 @@ whiptail_airgap() {
|
|||||||
[[ $is_manager || $is_import ]] && node_str='manager'
|
[[ $is_manager || $is_import ]] && node_str='manager'
|
||||||
|
|
||||||
INTERWEBS=$(whiptail --title "$whiptail_title" --menu \
|
INTERWEBS=$(whiptail --title "$whiptail_title" --menu \
|
||||||
"How should this $node_str be installed?" 10 70 2 \
|
"How should this $node_str be installed?\n\nFor more information, please see:\n$DOC_BASE_URL/airgap.html" 13 70 2 \
|
||||||
"Standard " "This $node_str has access to the Internet" \
|
"Standard " "This $node_str has access to the Internet" \
|
||||||
"Airgap " "This $node_str does not have access to the Internet" 3>&1 1>&2 2>&3 )
|
"Airgap " "This $node_str does not have access to the Internet" 3>&1 1>&2 2>&3 )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user