Only show the web interface link when the redirect URL is available, such as on manager nodes

This commit is contained in:
Jason Ertel
2020-08-14 09:17:25 -04:00
parent ee62faae72
commit 78bceeb9e5

View File

@@ -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