git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5adb1b5
)
luci-meshwizard: set correct path for ucitrack
author
Daniel Golle
<redacted>
Fri, 14 Sep 2012 04:54:24 +0000
(
04:54
+0000)
committer
Daniel Golle
<redacted>
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 <redacted>
applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
patch
|
blob
|
history
diff --git
a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
index eae65d5a10cbdb36d3d6efbbaeea8e1ceec3343d..6ceb1b7142a805abe99473192fc03d92c9797a28 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT