Fix setup error

This commit is contained in:
Mike Reeves
2022-09-15 10:57:52 -04:00
parent 0351ef4ff5
commit 8e99e02787

View File

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