small-package/luci-theme-opentopd_new/root/etc/uci-defaults/30_luci-theme-opentopd

8 lines
149 B
Bash

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