mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
ddns-scripts: fix daemon start - background the script
omitted the ampersand in the re-factor in commit
a361672882
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
committed by
Florian Eckert
parent
939939bcee
commit
081f1856a5
@@ -190,7 +190,7 @@ start_daemon_for_all_ddns_sections()
|
||||
for section_id in $sections; do
|
||||
config_get configured_if "$section_id" interface "wan"
|
||||
[ -z "$event_if" ] || [ "$configured_if" = "$event_if" ] || continue
|
||||
/usr/lib/ddns/dynamic_dns_updater.sh -v "$VERBOSE" -S "$section_id" -- start
|
||||
/usr/lib/ddns/dynamic_dns_updater.sh -v "$VERBOSE" -S "$section_id" -- start &
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user