mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Make the Elastic license prompt case insensitive
This commit is contained in:
@@ -140,7 +140,7 @@ EOM
|
|||||||
AGREED=$(whiptail --title "Security Onion Setup" --inputbox \
|
AGREED=$(whiptail --title "Security Onion Setup" --inputbox \
|
||||||
"$message" 20 75 3>&1 1>&2 2>&3)
|
"$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
|
||||||
touch /opt/so/state/yeselastic.txt
|
touch /opt/so/state/yeselastic.txt
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user