Merge pull request #8747 from Security-Onion-Solutions/funstuff

Fix setup error
This commit is contained in:
Mike Reeves
2022-09-15 10:58:59 -04:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.
if [ $OPERATION != 'setup' ]; then
if [[ $OPERATION != 'setup' ]]; then
. /usr/sbin/so-common
fi