You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
1 year ago
|
touch /etc/config/wizard
|
||
|
touch /etc/config/wireless
|
||
|
|
||
|
uci -q batch <<-EOF >/dev/null
|
||
|
delete ucitrack.@wizard[-1]
|
||
|
add ucitrack wizard
|
||
|
set ucitrack.@wizard[-1].init=wizard
|
||
|
commit ucitrack
|
||
|
EOF
|
||
|
|
||
|
chmod +x /etc/init.d/wizard 2>/dev/null
|
||
|
rm -f /tmp/luci-indexcache
|
||
|
|
||
|
exit 0
|