mdns: fix ubus wait_for command

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46156
This commit is contained in:
Felix Fietkau 2015-07-02 11:26:12 +00:00
parent a84be7a611
commit a9c39a27b5

View file

@ -49,6 +49,6 @@ start_service() {
}
service_started() {
ubus wait_for -t 10 mdns
ubus -t 10 wait_for mdns
[ $? = 0 ] && reload_service
}