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
@ -49,6 +49,6 @@ start_service() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
service_started() {
|
service_started() {
|
||||||
ubus wait_for -t 10 mdns
|
ubus -t 10 wait_for mdns
|
||||||
[ $? = 0 ] && reload_service
|
[ $? = 0 ] && reload_service
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user