From fa30db34d042b327a6df3cfdaeec571a0451dff0 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Sat, 2 Apr 2022 16:18:43 +0200 Subject: [PATCH] Update 'DynDNS/install.sh' --- DynDNS/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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