Browse Source

removed unnecessary message on every call of function

DerLinkman 1 month ago
parent
commit
2f25fcad77
1 changed files with 0 additions and 1 deletions
  1. 0 1
      _modules/scripts/ipv6_controller.sh

+ 0 - 1
_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