luci-meshwizard: set correct path for ucitrack
authorDaniel Golle <daniel@makrotopia.org>
Fri, 14 Sep 2012 04:54:24 +0000 (04:54 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 14 Sep 2012 04:54:24 +0000 (04:54 +0000)
/etc/init.d/wizard doesn't exist anymore apparently, calling
/usr/bin/meshwizard/wizard.sh makes more sense instead.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
applications/luci-meshwizard/root/etc/uci-defaults/meshwizard

index eae65d5..6ceb1b7 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 uci batch <<EOF
 set ucitrack.meshwizard="meshwizard"
-set ucitrack.meshwizard.exec="/etc/init.d/wizard boot"
+set ucitrack.meshwizard.exec="/usr/bin/meshwizard/wizard.sh"
 commit ucitrack
 EOF