mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix so-minion error for setup
This commit is contained in:
@@ -5,8 +5,9 @@
|
|||||||
# 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
|
||||||
. /usr/sbin/so-common
|
. /usr/sbin/so-common
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $# -lt 1 ]]; then
|
if [[ $# -lt 1 ]]; then
|
||||||
echo "Usage: $0 -o=<operation> -m=[id]"
|
echo "Usage: $0 -o=<operation> -m=[id]"
|
||||||
|
|||||||
Reference in New Issue
Block a user