Browse Source

mdns: fix ubus wait_for command

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 46156
Felix Fietkau 10 years ago
parent
commit
a9c39a27b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/mdns/files/mdns.init

+ 1 - 1
package/network/services/mdns/files/mdns.init

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