mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
need local to be --local
This commit is contained in:
@@ -259,7 +259,9 @@ lookup_salt_value() {
|
||||
group=${group}:
|
||||
fi
|
||||
|
||||
if [[ "$local" != "--local" ]] || [[ "$local" != "local" ]]; then
|
||||
if [[ "$local" == "--local" ]] || [[ "$local" == "local" ]]; then
|
||||
local="--local"
|
||||
else
|
||||
local=""
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user