mdns: fix ubus wait_for command
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46156
This commit is contained in:
parent
a84be7a611
commit
a9c39a27b5
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ start_service() {
|
|||
}
|
||||
|
||||
service_started() {
|
||||
ubus wait_for -t 10 mdns
|
||||
ubus -t 10 wait_for mdns
|
||||
[ $? = 0 ] && reload_service
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue