From 201efd285ab84b08a1b0f26632c211e1ea0f7f9c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 22 Jul 2020 16:34:50 -0400 Subject: [PATCH] Fix passwords from conflicting with yaml --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 12bdf3a4c..26681b864 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1014,10 +1014,10 @@ manager_static() { " ids: $NIDS"\ " managerip: $MAINIP"\ " hiveuser: $WEBUSER"\ - " hivepassword: $WEBPASSWD1"\ + " hivepassword: '$WEBPASSWD1'"\ " hivekey: $HIVEKEY"\ " cortexuser: $WEBUSER"\ - " cortexpassword: $WEBPASSWD1"\ + " cortexpassword: '$WEBPASSWD1'"\ " cortexkey: $CORTEXKEY"\ " cortexorgname: SecurityOnion"\ " cortexorguser: $WEBUSER"\