fix airgap text in so-whiptail

This commit is contained in:
Doug Burks
2022-12-10 10:41:30 -05:00
committed by GitHub
parent de2427cabe
commit 66ad10cf77

View File

@@ -15,8 +15,8 @@ whiptail_airgap() {
INTERWEBS=$(whiptail --title "$whiptail_title" --menu \
"How should this $node_str be installed?" 10 60 2 \
"Standard " "This $node_str has internet accesss" \
"Airgap " "This $node_str does not have internet access" 3>&1 1>&2 2>&3 )
"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 )
local exitstatus=$?
whiptail_check_exitstatus $exitstatus