From 7fa5e17935fc1a3e3b71ad203bd8ef12035afbb6 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 14 Aug 2020 14:40:12 -0400 Subject: [PATCH] Correct if logic for determining when to show web interface URL --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index f58e7cace..6cf4374fc 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -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