From e88cf7ff27a0de6d72251e737378df078557b1ee Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 12 Feb 2024 21:57:59 +0530 Subject: [PATCH] chore: remove key from log Signed-off-by: Pranav C --- docker-compose/setup-script/noco.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose/setup-script/noco.sh b/docker-compose/setup-script/noco.sh index 4373c9f222..acc7b9887b 100644 --- a/docker-compose/setup-script/noco.sh +++ b/docker-compose/setup-script/noco.sh @@ -177,7 +177,6 @@ if [ -n "$EDITION" ] && { [ "$EDITION" = "EE" ] || [ "$EDITION" = "ee" ]; }; the echo "License key is required for Enterprise Edition installation" exit 1 fi - message_arr+=("License key: $LICENSE_KEY") fi echo "Do you want to enabled Watchtower for automatic updates [Y/N] (default: Y): "