summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-meshwizard/root
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2012-09-14 04:54:24 +0000
committerDaniel Golle <daniel@makrotopia.org>2012-09-14 04:54:24 +0000
commit3a5d75d9ba8121078f5ca0d90d2b212a154f9923 (patch)
treecf0ab239d1e98532aebf43c14f0fcf0b9c166704 /applications/luci-meshwizard/root
parent5adb1b5b1adac6f2c06fae93e62d7d2e145fdf55 (diff)
luci-meshwizard: set correct path for ucitrack
/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>
Diffstat (limited to 'applications/luci-meshwizard/root')
-rw-r--r--applications/luci-meshwizard/root/etc/uci-defaults/meshwizard2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
index eae65d5a1..6ceb1b714 100644
--- a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
+++ b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
@@ -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