From e1691e0dd744241c520234e2c979f9e14bc650e2 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 22 Mar 2018 16:02:51 -0400 Subject: [PATCH] Setup Script - Fix Syntax --- so-setup-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 66ac9fed2..87f7d83ab 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -337,7 +337,7 @@ if (whiptail_you_sure) then # What kind of install are we doing? whiptail_install_type - if [ $INSTALLTYPE == 'MASTERONLY']; then + if [ $INSTALLTYPE == 'MASTERONLY' ]; then whiptail_management_nic whiptail_nids @@ -351,7 +351,7 @@ if (whiptail_you_sure) then fi - if [ $INSTALLTYPE == 'SENSORONLY']; then + if [ $INSTALLTYPE == 'SENSORONLY' ]; then whiptail_management_nic filter_nics whiptail_bond_nics