remove range from dhcpd.conf

This commit is contained in:
mischa 2018-10-20 16:45:40 +02:00
parent 0984cdc4c3
commit 00db32cd68
1 changed files with 1 additions and 1 deletions

View File

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