diff --git a/DynDNS/install.sh b/DynDNS/install.sh index c2ed912..d8d1b28 100644 --- a/DynDNS/install.sh +++ b/DynDNS/install.sh @@ -18,4 +18,4 @@ uci set dhcp.@dnsmasq[0].dhcpscript='/root/dyndns.sh' uci set dhcp.@dnsmasq[0].addnhosts='/tmp/dyndns' # Reload dnsmasq -service dnsmasq reload \ No newline at end of file +/etc/init.d/dnsmasq reload \ No newline at end of file