Fix passwords from conflicting with yaml

This commit is contained in:
Mike Reeves
2020-07-22 16:34:50 -04:00
parent 6d6ba04dcd
commit 201efd285a

View File

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