1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-29 01:31:31 +00:00

removed unnecessary message on every call of function

This commit is contained in:
DerLinkman
2025-07-16 09:28:41 +02:00
parent 7067e2c714
commit 2f25fcad77

View File

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