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>
This commit is contained in:
parent
5adb1b5b1a
commit
3a5d75d9ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue