1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 19:11:51 +00:00
openmptcprouter-feeds/luci-theme-argon/root/etc/uci-defaults/30_luci-theme-argon
Ycarus (Yannick Chabanois) cab14b4aa7 Add argon theme
2020-04-15 16:07:13 +02:00

7 lines
140 B
Bash

#!/bin/sh
uci batch <<-EOF
set luci.themes.Argon=/luci-static/argon
set luci.main.mediaurlbase=/luci-static/argon
commit luci
EOF
exit 0