mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
7 lines
170 B
Bash
Executable file
7 lines
170 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.OpenMPTCProuter=/luci-static/openmptcprouter
|
|
set luci.main.mediaurlbase=/luci-static/openmptcprouter
|
|
commit luci
|
|
EOF
|
|
exit 0
|