Setup Script - removed whiptail color settings and use the default

This commit is contained in:
Mike Reeves
2018-03-23 16:56:31 -04:00
parent 5938077eb7
commit c43a253153

View File

@@ -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"