From c43a253153bce51adbb05b0e1beedfef2138a3ca Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 23 Mar 2018 16:56:31 -0400 Subject: [PATCH] Setup Script - removed whiptail color settings and use the default --- so-setup-network.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 478e9f39b..30f606ab4 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -301,14 +301,6 @@ whiptail_bond_nics() { whiptail_check_exitstatus $exitstatus } -whiptail_colors() { - NEWT_COLORS=' - window=,red - border=white,red - textbox=white,red - button=black,white - ' -} whiptail_check_exitstatus() { if [ $1 == '1' ]; then @@ -427,7 +419,6 @@ whiptail_you_sure() { # End Functions # Check for prerequisites -whiptail_colors echo "Checking for Root" got_root echo "Detecting OS"