From c8b1d5c398df7b4e2b01f3000728c497e5060bce Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 15 Feb 2018 10:53:29 -0500 Subject: [PATCH] so-setup-network Syntac error line 103 --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index f4750c1c5..38b518ad7 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -100,7 +100,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in if [ $RULESETUP != 'ETOPEN' ]; then # Get the code OINKCODE=$(whiptail --title "Security Onion Setup" --inputbox \ - "Enter your oinkcode" 10 60 XXXXXXX 3>&1 1>&2 2>&3)) + "Enter your oinkcode" 10 60 XXXXXXX 3>&1 1>&2 2>&3) fi