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