mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Remove extra variable
This commit is contained in:
@@ -20,8 +20,7 @@ IMAGEREPO=securityonion
|
|||||||
|
|
||||||
container_list() {
|
container_list() {
|
||||||
MANAGERCHECK=$1
|
MANAGERCHECK=$1
|
||||||
FEATURESCHECK=$(lookup_pillar features elastic)
|
|
||||||
|
|
||||||
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