From 8ba2d1b7298cea3599617fc76424eda4a02d85dc Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 30 Apr 2024 00:27:19 +0200 Subject: [PATCH] Update network.sh --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.sh b/src/network.sh index 2a6a7db2..6f849b6f 100644 --- a/src/network.sh +++ b/src/network.sh @@ -306,7 +306,7 @@ fi if [[ "$DHCP" == [Yy1]* ]]; then if [[ "$GATEWAY" == "172."* ]]; then - warn "your gateway IP starts with 172.* which could be a sign that you are not on a macvlan network (required for DHCP)!" + warn "your gateway IP starts with 172.* which is often a sign that you are not on a macvlan network (required for DHCP)!" fi # Configuration for DHCP IP