mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Correct if logic for determining when to show web interface URL
This commit is contained in:
@@ -1064,7 +1064,7 @@ whiptail_setup_complete() {
|
||||
|
||||
[ -n "$TESTING" ] && return
|
||||
|
||||
if [[ -n "$REDIRECTIT" && is_manager ]]; then
|
||||
if [[ -n "$REDIRECTIT" && $is_manager = true ]]; then
|
||||
if [[ -n $ALLOW_CIDR ]]; then
|
||||
local sentence_prefix="Access"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user