Fix so-minion error for setup

This commit is contained in:
Mike Reeves
2022-09-14 12:21:21 -04:00
parent 547abb0fe1
commit 8a5a58c647

View File

@@ -5,8 +5,9 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.
if [ $OPERATION != 'setup' ]; then
. /usr/sbin/so-common
fi
if [[ $# -lt 1 ]]; then
echo "Usage: $0 -o=<operation> -m=[id]"