Merge pull request #570 from pi-hole/bugfix/dhcpcd_comments

Change comment to hash
pull/573/head^2
Dan Schaper 8 years ago committed by GitHub
commit f696ed48b3

@ -324,7 +324,7 @@ It is also possible to use a DHCP reservation, but if you are going to do that,
setDHCPCD() {
# Append these lines to dhcpcd.conf to enable a static IP
echo "::: interface $piholeInterface
echo "## interface $piholeInterface
static ip_address=$IPv4addr
static routers=$IPv4gw
static domain_name_servers=$IPv4gw" | $SUDO tee -a /etc/dhcpcd.conf >/dev/null

Loading…
Cancel
Save