From 11ebc6b8b20f48e75ecfb30b1dc298e846ce8e16 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 14 Aug 2020 15:28:35 -0400 Subject: [PATCH] Do not cancel setup if user choose not to run so-allow during setup --- setup/so-whiptail | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 6cf4374fc..1e019b58c 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1123,8 +1123,6 @@ whiptail_so_allow() { export ALLOW_ROLE='a' export ALLOW_CIDR fi - - whiptail_check_exitstatus $exitstatus } whiptail_gauge_post_setup() {