mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +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'})
|
INSTALLEDSALTVERSION=$(salt --versions-report | grep Salt: | awk {'print $2'})
|
||||||
default_salt_dir=/opt/so/saltstack/default
|
default_salt_dir=/opt/so/saltstack/default
|
||||||
SOUP_BRANCH=$1
|
SOUP_BRANCH=$1
|
||||||
BATCHSIZE = 5
|
BATCHSIZE=5
|
||||||
|
|
||||||
manager_check() {
|
manager_check() {
|
||||||
# Check to see if this is a manager
|
# Check to see if this is a manager
|
||||||
|
|||||||
Reference in New Issue
Block a user