1
0

30_luci-theme-openwrt 197 B

1234567891011
  1. #!/bin/sh
  2. if [ "$PKG_UPGRADE" != 1 ]; then
  3. uci batch <<-EOF
  4. set luci.themes.OpenWrt=/luci-static/openwrt.org
  5. set luci.main.mediaurlbase=/luci-static/openwrt.org
  6. commit luci
  7. EOF
  8. fi
  9. exit 0