increase window width to accommodate extra text in so-whiptail

This commit is contained in:
Doug Burks
2022-12-10 11:24:11 -05:00
committed by GitHub
parent 66ad10cf77
commit 8a0f94f8df

View File

@@ -14,7 +14,7 @@ whiptail_airgap() {
[[ $is_manager || $is_import ]] && node_str='manager'
INTERWEBS=$(whiptail --title "$whiptail_title" --menu \
"How should this $node_str be installed?" 10 60 2 \
"How should this $node_str be installed?" 10 70 2 \
"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 )