Correct if logic for determining when to show web interface URL

This commit is contained in:
Jason Ertel
2020-08-14 14:40:12 -04:00
parent 04340728ff
commit 7fa5e17935

View File

@@ -1064,7 +1064,7 @@ whiptail_setup_complete() {
[ -n "$TESTING" ] && return [ -n "$TESTING" ] && return
if [[ -n "$REDIRECTIT" && is_manager ]]; then if [[ -n "$REDIRECTIT" && $is_manager = true ]]; then
if [[ -n $ALLOW_CIDR ]]; then if [[ -n $ALLOW_CIDR ]]; then
local sentence_prefix="Access" local sentence_prefix="Access"
else else