diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-08 09:07:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 09:07:55 +0200 |
commit | c59149052852889600d90d7059edb72f63b2b45f (patch) | |
tree | 3a200274c7ff50576dff20e16a354cebab6143c8 /themes/luci-theme-openwrt-2020 | |
parent | 4be05a5fb85d48865b0536fa3891be3c8ed1d73b (diff) | |
parent | fc150636b9393e31aa7d5a8d8320b111476ba2f1 (diff) |
Merge pull request #3819 from ptpt52/theme
set mediaurlbase only when it is the first time to be installed
Diffstat (limited to 'themes/luci-theme-openwrt-2020')
-rwxr-xr-x | themes/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 b/themes/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 index 45e742ad73..7c49acfda9 100755 --- a/themes/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 +++ b/themes/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 @@ -1,6 +1,7 @@ #!/bin/sh if [ "$PKG_UPGRADE" != 1 ]; then + uci get luci.themes.OpenWrt2020 >/dev/null 2>&1 || \ uci batch <<-EOF set luci.themes.OpenWrt2020=/luci-static/openwrt2020 set luci.main.mediaurlbase=/luci-static/openwrt2020 |