diff --git a/etc/rc.parse-isc-dhcpd b/etc/rc.parse-isc-dhcpd index 6757d921a1..cb63a16d70 100755 --- a/etc/rc.parse-isc-dhcpd +++ b/etc/rc.parse-isc-dhcpd @@ -9,7 +9,7 @@ update_hosts_file() { # $2 = ip cat /etc/hosts | grep -v "$1" > /tmp/hosts.tmp if [ "$3" != "" ]; then - echo "$2 $1 # dynamic entry created by rc.parse-isc-dhcpd" >> /tmp/hosts.tmp + echo "$2 $1 # dynamic entry created by rc.parse-isc-dhcpd" >> /tmp/hosts.tmp fi mv /tmp/hosts.tmp /etc/hosts killall -HUP dnsmasq