mirror of
https://github.com/coolsnowwolf/luci.git
synced 2025-05-01 05:11:33 +08:00
9 lines
172 B
Bash
9 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
|