mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Move FEATURESCHECK var assignment, fix indentation
This commit is contained in:
@@ -17,10 +17,11 @@
|
|||||||
|
|
||||||
# NOTE: This script depends on so-common
|
# NOTE: This script depends on so-common
|
||||||
IMAGEREPO=securityonion
|
IMAGEREPO=securityonion
|
||||||
FEATURESCHECK=$(lookup_pillar elastic features)
|
|
||||||
|
|
||||||
container_list() {
|
container_list() {
|
||||||
MANAGERCHECK=$1
|
MANAGERCHECK=$1
|
||||||
|
FEATURESCHECK=$(lookup_pillar elastic features)
|
||||||
|
|
||||||
if [ -z "$MANAGERCHECK" ]; then
|
if [ -z "$MANAGERCHECK" ]; then
|
||||||
MANAGERCHECK=so-unknown
|
MANAGERCHECK=so-unknown
|
||||||
if [ -f /etc/salt/grains ]; then
|
if [ -f /etc/salt/grains ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user