mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Remove quotes
This commit is contained in:
@@ -612,7 +612,7 @@ if [[ "$success" = 0 ]]; then
|
|||||||
|
|
||||||
if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then
|
if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then
|
||||||
export IP=$ALLOW_CIDR
|
export IP=$ALLOW_CIDR
|
||||||
so-allow -"$ALLOW_ROLE" >> $setup_log 2>&1
|
so-allow -$ALLOW_ROLE >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $THEHIVE == 1 ]]; then
|
if [[ $THEHIVE == 1 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user