From 78bceeb9e5e761e720e65efbbdbea2db9f2bb7b7 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 14 Aug 2020 09:17:25 -0400 Subject: [PATCH] Only show the web interface link when the redirect URL is available, such as on manager nodes --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 89fe784ae..f58e7cace 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1064,7 +1064,7 @@ whiptail_setup_complete() { [ -n "$TESTING" ] && return - if [[ -n "$REDIRECTIT" ]]; then + if [[ -n "$REDIRECTIT" && is_manager ]]; then if [[ -n $ALLOW_CIDR ]]; then local sentence_prefix="Access" else