Commit Diff


commit - c1d16e6f777eccbc7189c602fc4cc1596af66f3a
commit + 7f0b1b1601def1782b37a26de34ea7d548e33351
blob - 9c1446bf5b7f44b325c2bafc00f9c5ef935ab43f
blob + dba0cda022570f13199ae7b5405c5e3ab260227c
--- deploy.sh
+++ deploy.sh
@@ -192,7 +192,7 @@ render_dhcpd_conf() {
 	# fetch_ip() to get the correct IP address of the VM.
 	printf "#\\n# File generated on %s\\n#\\n" "$date"
 	printf "option domain-name \"%s\";\\n" "$DOMAIN"
-	printf "option domain-name-servers \"%s\";\\n\\n" "$DNS"
+	printf "option domain-name-servers %s;\\n\\n" "$DNS"
 	printf "subnet %s netmask %s {\\n" "$SUBNET" "$NETMASK"
 	printf "\\toption routers %s;\\n" "$ROUTER"
 	printf "\\tserver-name \"%s.%s\";\\n" "$SERVER" "$DOMAIN"