From 66ad10cf770b36dd87e7b63cd2a28c36431edf40 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Sat, 10 Dec 2022 10:41:30 -0500 Subject: [PATCH] fix airgap text in so-whiptail --- setup/so-whiptail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 0df694f17..6beebf680 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -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