From 00db32cd6839472a341ac5ae5eeb8d1b1aeae54b Mon Sep 17 00:00:00 2001 From: mischa Date: Sat, 20 Oct 2018 16:45:40 +0200 Subject: [PATCH] remove range from dhcpd.conf --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0622be4..ad4a1ad 100755 --- a/deploy.sh +++ b/deploy.sh @@ -199,7 +199,7 @@ render_dhcpd_conf() { printf "subnet %s netmask %s {\\n" "$SUBNET" "$NETMASK" printf "\\toption routers %s;\\n" "$ROUTER" printf "\\tserver-name \"%s.%s\";\\n" "$SERVER" "$DOMAIN" - printf "\\trange %s;\\n\\n" "$RANGE" + #printf "\\trange %s;\\n\\n" "$RANGE" while read -r f do . "$f"