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"