mirror of
https://github.com/openwrt/packages.git
synced 2025-12-17 08:01:19 +00:00
ddns: Allow running ddns using the /etc/init.d/ddns script
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -131,7 +131,7 @@ start_daemon_for_all_ddns_sections()
|
||||
do
|
||||
local iface
|
||||
config_get iface "$section" interface "wan"
|
||||
[ "$iface" = "$event_interface" ] || continue
|
||||
[ -z "$event_interface" -o "$iface" = "$event_interface" ] || continue
|
||||
/usr/lib/ddns/dynamic_dns_updater.sh $section 0 > /dev/null 2>&1 &
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user