Fix whiptail display

This commit is contained in:
Mike Reeves
2021-03-15 17:45:44 -04:00
parent 12501e0079
commit 9a4c4448f3

View File

@@ -137,7 +137,7 @@ If so, type AGREE to accept the Elastic license and continue. Otherwise, press
EOM EOM
AGREED=$(whiptail --title "Security Onion Setup" --inputbox \ AGREED=$(whiptail --title "Security Onion Setup" --inputbox \
"$message" 20 75) "$message" 20 75 3>&1 1>&2 2>&3)
if [ "$AGREED" = 'AGREE' ]; then if [ "$AGREED" = 'AGREE' ]; then
mkdir -p /opt/so/state mkdir -p /opt/so/state