2011-06-24 14:29:20 +00:00
|
|
|
#!/bin/sh
|
|
|
|
uci batch <<EOF
|
|
|
|
set ucitrack.meshwizard="meshwizard"
|
2012-09-14 04:54:24 +00:00
|
|
|
set ucitrack.meshwizard.exec="/usr/bin/meshwizard/wizard.sh"
|
2011-06-24 14:29:20 +00:00
|
|
|
commit ucitrack
|
|
|
|
EOF
|
2011-06-29 12:31:07 +00:00
|
|
|
|
|
|
|
rm -f /tmp/luci-indexcache
|