so-setup-network Syntac error line 103

This commit is contained in:
Mike Reeves
2018-02-15 10:53:29 -05:00
parent 3517e0fb7d
commit c8b1d5c398

View File

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