luci/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
Daniel Golle 3a5d75d9ba 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>
2012-09-14 04:54:24 +00:00

8 lines
172 B
Bash

#!/bin/sh
uci batch <<EOF
set ucitrack.meshwizard="meshwizard"
set ucitrack.meshwizard.exec="/usr/bin/meshwizard/wizard.sh"
commit ucitrack
EOF
rm -f /tmp/luci-indexcache