mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
fix var def
This commit is contained in:
@@ -21,7 +21,7 @@ INSTALLEDVERSION=$(cat /etc/soversion)
|
||||
INSTALLEDSALTVERSION=$(salt --versions-report | grep Salt: | awk {'print $2'})
|
||||
default_salt_dir=/opt/so/saltstack/default
|
||||
SOUP_BRANCH=$1
|
||||
BATCHSIZE = 5
|
||||
BATCHSIZE=5
|
||||
|
||||
manager_check() {
|
||||
# Check to see if this is a manager
|
||||
|
||||
Reference in New Issue
Block a user