Remove unused function

This commit is contained in:
William Wernert
2021-07-15 13:53:31 -04:00
parent 7f9d0b59b8
commit ff25cecd54

View File

@@ -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() {