9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
#!/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
|