diff --git a/setup/so-whiptail b/setup/so-whiptail index afd691632..0a2e5c53a 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1844,19 +1844,6 @@ whiptail_suricata_pins() { } -whiptail_node_updates() { - - [ -n "$TESTING" ] && return - - NODEUPDATES=$(whiptail --title "$whiptail_title" --radiolist \ - "How would you like to download OS package updates for your grid?" 20 75 4 \ - "MANAGER" "Manager node is proxy for updates." ON \ - "OPEN" "Each node connects to the Internet for updates" OFF 3>&1 1>&2 2>&3 ) - - local exitstatus=$? - whiptail_check_exitstatus $exitstatus - -} whiptail_you_sure() {