From 2f25fcad770756392e698e985a13d0b539cec6a7 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Wed, 16 Jul 2025 09:28:41 +0200 Subject: [PATCH] removed unnecessary message on every call of function --- _modules/scripts/ipv6_controller.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/_modules/scripts/ipv6_controller.sh b/_modules/scripts/ipv6_controller.sh index 8995f52cb..1686996c9 100644 --- a/_modules/scripts/ipv6_controller.sh +++ b/_modules/scripts/ipv6_controller.sh @@ -141,7 +141,6 @@ configure_ipv6() { echo -e "${RED}Please disable or fix your host/Docker IPv6 support, or set ENABLE_IPV6=false.${NC}" exit 1 else - echo "Manual ENABLE_IPV6=$MANUAL_SETTING detected and matches system status—no changes applied." return fi fi