mdns: fix ubus wait_for command
authorFelix Fietkau <nbd@openwrt.org>
Thu, 2 Jul 2015 11:26:12 +0000 (11:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 2 Jul 2015 11:26:12 +0000 (11:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46156

package/network/services/mdns/files/mdns.init

index 6f781190ffc7989943fbfa8e5193aaba0970c065..19b003233008683517bf5e429f402547a41c04b1 100644 (file)
@@ -49,6 +49,6 @@ start_service() {
 }
 
 service_started() {
-       ubus wait_for -t 10 mdns
+       ubus -t 10 wait_for mdns
        [ $? = 0 ] && reload_service
 }