mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
unbound: bugfix for UCI script typos
- UCI option dnsmasq_gate_name typo in few locations - NTP hotplug to check /etc/init.d/unbound not ..dnsmasq Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
##############################################################################
|
||||
|
||||
if [ "$ACTION" = stratum -a ! -f "$UNBOUND_TIMEFILE" ] \
|
||||
&& /etc/init.d/dnsmasq enabled ; then
|
||||
&& /etc/init.d/unbound enabled ; then
|
||||
#
|
||||
echo "ntpd: $( date )" > $UNBOUND_TIMEFILE
|
||||
/etc/init.d/unbound restart
|
||||
|
||||
Reference in New Issue
Block a user