diff --git a/applications/luci-app-chinesesubfinder/Makefile b/applications/luci-app-chinesesubfinder/Makefile index 0727273..23ec3a1 100644 --- a/applications/luci-app-chinesesubfinder/Makefile +++ b/applications/luci-app-chinesesubfinder/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221111 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for ChineseSubFinder diff --git a/applications/luci-app-chinesesubfinder/root/usr/libexec/istorec/chinesesubfinder.sh b/applications/luci-app-chinesesubfinder/root/usr/libexec/istorec/chinesesubfinder.sh index 58bc559..92b1b62 100755 --- a/applications/luci-app-chinesesubfinder/root/usr/libexec/istorec/chinesesubfinder.sh +++ b/applications/luci-app-chinesesubfinder/root/usr/libexec/istorec/chinesesubfinder.sh @@ -29,7 +29,7 @@ do_install() { --log-driver \"json-file\" \ --log-opt \"max-size=100m\" " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" [ -z "$media" ] || cmd="$cmd -v \"$media:/media\"" diff --git a/applications/luci-app-codeserver/Makefile b/applications/luci-app-codeserver/Makefile index 7126453..9369a13 100644 --- a/applications/luci-app-codeserver/Makefile +++ b/applications/luci-app-codeserver/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221121 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for CodeServer diff --git a/applications/luci-app-codeserver/root/usr/libexec/istorec/codeserver.sh b/applications/luci-app-codeserver/root/usr/libexec/istorec/codeserver.sh index bb1a999..b38afcc 100755 --- a/applications/luci-app-codeserver/root/usr/libexec/istorec/codeserver.sh +++ b/applications/luci-app-codeserver/root/usr/libexec/istorec/codeserver.sh @@ -31,7 +31,7 @@ do_install() { -e DEFAULT_WORKSPACE=/config/workspace \ -p $http_port:8443 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" [ -z "$env_password" ] || cmd="$cmd -e \"PASSWORD=$env_password\"" diff --git a/applications/luci-app-emby/Makefile b/applications/luci-app-emby/Makefile index 7c46df6..6c662d8 100644 --- a/applications/luci-app-emby/Makefile +++ b/applications/luci-app-emby/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221118 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Emby diff --git a/applications/luci-app-emby/root/usr/libexec/istorec/emby.sh b/applications/luci-app-emby/root/usr/libexec/istorec/emby.sh index 443915d..1bfa94b 100755 --- a/applications/luci-app-emby/root/usr/libexec/istorec/emby.sh +++ b/applications/luci-app-emby/root/usr/libexec/istorec/emby.sh @@ -43,7 +43,7 @@ do_install() { -p $http_port:8096 " fi - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" [ -z "$cache" ] || cmd="$cmd -v \"$cache:/config/cache\"" diff --git a/applications/luci-app-gogs/Makefile b/applications/luci-app-gogs/Makefile index 1f1bd00..6c662d8 100644 --- a/applications/luci-app-gogs/Makefile +++ b/applications/luci-app-gogs/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221114 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Emby diff --git a/applications/luci-app-gogs/root/usr/libexec/istorec/gogs.sh b/applications/luci-app-gogs/root/usr/libexec/istorec/gogs.sh index d9cf4f9..e2f4585 100755 --- a/applications/luci-app-gogs/root/usr/libexec/istorec/gogs.sh +++ b/applications/luci-app-gogs/root/usr/libexec/istorec/gogs.sh @@ -32,7 +32,7 @@ do_install() { -p $http_port:3000 \ -p $ssh_port:22 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-heimdall/Makefile b/applications/luci-app-heimdall/Makefile index bc5ffd3..226812d 100644 --- a/applications/luci-app-heimdall/Makefile +++ b/applications/luci-app-heimdall/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.0-20220830 +PKG_VERSION:=1.1.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for heimdall diff --git a/applications/luci-app-heimdall/root/usr/libexec/istorec/heimdall.sh b/applications/luci-app-heimdall/root/usr/libexec/istorec/heimdall.sh index de02e5e..905043b 100755 --- a/applications/luci-app-heimdall/root/usr/libexec/istorec/heimdall.sh +++ b/applications/luci-app-heimdall/root/usr/libexec/istorec/heimdall.sh @@ -38,7 +38,7 @@ do_install_detail() { cmd="$cmd -v /mnt:/mnt" mountpoint -q /mnt && cmd="$cmd:rslave" - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd --name heimdall \"$IMAGE_NAME\"" diff --git a/applications/luci-app-homeassistant/Makefile b/applications/luci-app-homeassistant/Makefile index e610f95..766d784 100644 --- a/applications/luci-app-homeassistant/Makefile +++ b/applications/luci-app-homeassistant/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.0-20221126 +PKG_VERSION:=1.1.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for homeassistant diff --git a/applications/luci-app-homeassistant/root/usr/libexec/istorec/homeassistant.sh b/applications/luci-app-homeassistant/root/usr/libexec/istorec/homeassistant.sh index 0e141ce..aaa9362 100755 --- a/applications/luci-app-homeassistant/root/usr/libexec/istorec/homeassistant.sh +++ b/applications/luci-app-homeassistant/root/usr/libexec/istorec/homeassistant.sh @@ -24,7 +24,7 @@ do_install() { --dns=127.0.0.1 " if [ -z "$tz" ]; then - tz="`cat /tmp/TZ`" + tz="`uci get system.@system[0].zonename`" fi [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" diff --git a/applications/luci-app-jackett/Makefile b/applications/luci-app-jackett/Makefile index 520284c..5ba5cc2 100644 --- a/applications/luci-app-jackett/Makefile +++ b/applications/luci-app-jackett/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.0-20220718 +PKG_VERSION:=1.1.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for jackett diff --git a/applications/luci-app-jackett/root/usr/libexec/istorec/jackett.sh b/applications/luci-app-jackett/root/usr/libexec/istorec/jackett.sh index bf4d30b..81edb46 100755 --- a/applications/luci-app-jackett/root/usr/libexec/istorec/jackett.sh +++ b/applications/luci-app-jackett/root/usr/libexec/istorec/jackett.sh @@ -32,7 +32,7 @@ do_install() { --dns=172.17.0.1 \ -p $port:9117 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" if [ -n "$auto_update" ]; then diff --git a/applications/luci-app-jellyfin/Makefile b/applications/luci-app-jellyfin/Makefile index 5c9f2eb..89bb850 100644 --- a/applications/luci-app-jellyfin/Makefile +++ b/applications/luci-app-jellyfin/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.6-20221125 +PKG_VERSION:=1.1.7-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for jellyfin diff --git a/applications/luci-app-jellyfin/root/usr/libexec/istorec/jellyfin.sh b/applications/luci-app-jellyfin/root/usr/libexec/istorec/jellyfin.sh index 31af9c7..07dd514 100755 --- a/applications/luci-app-jellyfin/root/usr/libexec/istorec/jellyfin.sh +++ b/applications/luci-app-jellyfin/root/usr/libexec/istorec/jellyfin.sh @@ -100,7 +100,7 @@ do_install_detail() { -p $port:8096 " fi - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" [ -z "$cache" ] || cmd="$cmd -v \"$cache:/config/transcodes\"" diff --git a/applications/luci-app-kodexplorer/Makefile b/applications/luci-app-kodexplorer/Makefile index cfba9d8..daa95f6 100644 --- a/applications/luci-app-kodexplorer/Makefile +++ b/applications/luci-app-kodexplorer/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.2.0-20221212 +PKG_VERSION:=1.2.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for kodexplorer diff --git a/applications/luci-app-kodexplorer/root/usr/libexec/istorec/kodexplorer.sh b/applications/luci-app-kodexplorer/root/usr/libexec/istorec/kodexplorer.sh index 77652ee..90136bf 100755 --- a/applications/luci-app-kodexplorer/root/usr/libexec/istorec/kodexplorer.sh +++ b/applications/luci-app-kodexplorer/root/usr/libexec/istorec/kodexplorer.sh @@ -39,7 +39,7 @@ do_install() { cmd="$cmd -v /mnt:/mnt" mountpoint -q /mnt && cmd="$cmd:rslave" - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd --name kodexplorer \"$IMAGE_NAME\"" diff --git a/applications/luci-app-lanraragi/Makefile b/applications/luci-app-lanraragi/Makefile index 797c12e..7327cf8 100644 --- a/applications/luci-app-lanraragi/Makefile +++ b/applications/luci-app-lanraragi/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221119 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for LANraragi diff --git a/applications/luci-app-lanraragi/root/usr/libexec/istorec/lanraragi.sh b/applications/luci-app-lanraragi/root/usr/libexec/istorec/lanraragi.sh index 918f74d..6647d91 100755 --- a/applications/luci-app-lanraragi/root/usr/libexec/istorec/lanraragi.sh +++ b/applications/luci-app-lanraragi/root/usr/libexec/istorec/lanraragi.sh @@ -28,7 +28,7 @@ do_install() { --dns=172.17.0.1 \ -p $http_port:3000 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-memos/Makefile b/applications/luci-app-memos/Makefile index 997354a..f9b7d55 100644 --- a/applications/luci-app-memos/Makefile +++ b/applications/luci-app-memos/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221118 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Memos diff --git a/applications/luci-app-memos/root/usr/libexec/istorec/memos.sh b/applications/luci-app-memos/root/usr/libexec/istorec/memos.sh index a3bb564..78fe5e4 100755 --- a/applications/luci-app-memos/root/usr/libexec/istorec/memos.sh +++ b/applications/luci-app-memos/root/usr/libexec/istorec/memos.sh @@ -27,7 +27,7 @@ do_install() { --dns=172.17.0.1 \ -p $http_port:5230 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-nastools/Makefile b/applications/luci-app-nastools/Makefile index b3c3d74..2c51c40 100644 --- a/applications/luci-app-nastools/Makefile +++ b/applications/luci-app-nastools/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.1-20221110 +PKG_VERSION:=1.1.2-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for nastools diff --git a/applications/luci-app-nastools/root/usr/libexec/istorec/nastools.sh b/applications/luci-app-nastools/root/usr/libexec/istorec/nastools.sh index ad8fdcb..aeb705a 100755 --- a/applications/luci-app-nastools/root/usr/libexec/istorec/nastools.sh +++ b/applications/luci-app-nastools/root/usr/libexec/istorec/nastools.sh @@ -35,7 +35,7 @@ do_install_detail() { -p $port:3000 \ -e UMASK=000" - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" if [ -n "$auto_update" ]; then diff --git a/applications/luci-app-navidrome/Makefile b/applications/luci-app-navidrome/Makefile index 9977dc4..45cf1ca 100644 --- a/applications/luci-app-navidrome/Makefile +++ b/applications/luci-app-navidrome/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221119 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Navidrome diff --git a/applications/luci-app-navidrome/root/usr/libexec/istorec/navidrome.sh b/applications/luci-app-navidrome/root/usr/libexec/istorec/navidrome.sh index 4a1e71b..984ea8c 100755 --- a/applications/luci-app-navidrome/root/usr/libexec/istorec/navidrome.sh +++ b/applications/luci-app-navidrome/root/usr/libexec/istorec/navidrome.sh @@ -28,7 +28,7 @@ do_install() { --dns=172.17.0.1 \ -p $http_port:4533 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-nextcloud/Makefile b/applications/luci-app-nextcloud/Makefile index 808e904..dd99821 100644 --- a/applications/luci-app-nextcloud/Makefile +++ b/applications/luci-app-nextcloud/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.0-20220830 +PKG_VERSION:=1.1.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for nextcloud diff --git a/applications/luci-app-nextcloud/root/usr/libexec/istorec/nextcloud.sh b/applications/luci-app-nextcloud/root/usr/libexec/istorec/nextcloud.sh index dec8b6e..a04c802 100755 --- a/applications/luci-app-nextcloud/root/usr/libexec/istorec/nextcloud.sh +++ b/applications/luci-app-nextcloud/root/usr/libexec/istorec/nextcloud.sh @@ -38,7 +38,7 @@ do_install() { cmd="$cmd -v /mnt:/mnt" mountpoint -q /mnt && cmd="$cmd:rslave" - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd --name nextcloud \"$IMAGE_NAME\"" diff --git a/applications/luci-app-owntone/Makefile b/applications/luci-app-owntone/Makefile index ede5089..680a5af 100644 --- a/applications/luci-app-owntone/Makefile +++ b/applications/luci-app-owntone/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221119 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Owntone diff --git a/applications/luci-app-owntone/root/usr/libexec/istorec/owntone.sh b/applications/luci-app-owntone/root/usr/libexec/istorec/owntone.sh index 9c0d474..31d7352 100755 --- a/applications/luci-app-owntone/root/usr/libexec/istorec/owntone.sh +++ b/applications/luci-app-owntone/root/usr/libexec/istorec/owntone.sh @@ -25,7 +25,7 @@ do_install() { --dns=127.0.0.1 \ --network=host " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-photoprism/Makefile b/applications/luci-app-photoprism/Makefile index b783fa6..6a8f4b0 100644 --- a/applications/luci-app-photoprism/Makefile +++ b/applications/luci-app-photoprism/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221117 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for PhotoPrism diff --git a/applications/luci-app-photoprism/root/usr/libexec/istorec/photoprism.sh b/applications/luci-app-photoprism/root/usr/libexec/istorec/photoprism.sh index eda78c3..ce95d04 100755 --- a/applications/luci-app-photoprism/root/usr/libexec/istorec/photoprism.sh +++ b/applications/luci-app-photoprism/root/usr/libexec/istorec/photoprism.sh @@ -27,7 +27,7 @@ do_install() { -e PHOTOPRISM_UPLOAD_NSFW=\"true\" \ -e PHOTOPRISM_ADMIN_PASSWORD=\"$password\" " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" [ -z "$picture" ] || cmd="$cmd -v \"$picture:/photoprism/originals\"" diff --git a/applications/luci-app-plex/Makefile b/applications/luci-app-plex/Makefile index c855d99..b3b4c2c 100644 --- a/applications/luci-app-plex/Makefile +++ b/applications/luci-app-plex/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221212 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Plex diff --git a/applications/luci-app-plex/root/usr/libexec/istorec/plex.sh b/applications/luci-app-plex/root/usr/libexec/istorec/plex.sh index 02e34ce..2b0f3e6 100755 --- a/applications/luci-app-plex/root/usr/libexec/istorec/plex.sh +++ b/applications/luci-app-plex/root/usr/libexec/istorec/plex.sh @@ -54,7 +54,7 @@ do_install() { -p $port:32400 " fi - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" [ -z "$claim_token" ] || cmd="$cmd -e \"PLEX_CLAIM=$claim_token\"" diff --git a/applications/luci-app-ubuntu/Makefile b/applications/luci-app-ubuntu/Makefile index ef2a1a6..275906a 100644 --- a/applications/luci-app-ubuntu/Makefile +++ b/applications/luci-app-ubuntu/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.0-20221119 +PKG_VERSION:=1.1.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for ubuntu diff --git a/applications/luci-app-ubuntu/root/usr/libexec/istorec/ubuntu.sh b/applications/luci-app-ubuntu/root/usr/libexec/istorec/ubuntu.sh index 8b5a4e7..c66bf24 100755 --- a/applications/luci-app-ubuntu/root/usr/libexec/istorec/ubuntu.sh +++ b/applications/luci-app-ubuntu/root/usr/libexec/istorec/ubuntu.sh @@ -44,7 +44,7 @@ do_install() { -e VNC_PW=${password} \ -e VNC_USE_HTTP=0 " - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-unifi/Makefile b/applications/luci-app-unifi/Makefile index c4bca79..832d1e9 100644 --- a/applications/luci-app-unifi/Makefile +++ b/applications/luci-app-unifi/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221114 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for UnifiController diff --git a/applications/luci-app-unifi/root/usr/libexec/istorec/unifi.sh b/applications/luci-app-unifi/root/usr/libexec/istorec/unifi.sh index d4cce34..78ae5d2 100755 --- a/applications/luci-app-unifi/root/usr/libexec/istorec/unifi.sh +++ b/applications/luci-app-unifi/root/usr/libexec/istorec/unifi.sh @@ -37,7 +37,7 @@ do_install() { -p $http_port:8443 " fi - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-vaultwarden/Makefile b/applications/luci-app-vaultwarden/Makefile index f47e3f6..264e663 100644 --- a/applications/luci-app-vaultwarden/Makefile +++ b/applications/luci-app-vaultwarden/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221118 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Vaultwarden diff --git a/applications/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh b/applications/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh index 73969d3..ea3fc8a 100755 --- a/applications/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh +++ b/applications/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh @@ -37,7 +37,7 @@ do_install() { cmd="$cmd -e \"SIGNUPS_ALLOWED=false\"" fi - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd -v /mnt:/mnt" diff --git a/applications/luci-app-wxedge/Makefile b/applications/luci-app-wxedge/Makefile index d904702..f05a1f2 100644 --- a/applications/luci-app-wxedge/Makefile +++ b/applications/luci-app-wxedge/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.1-20221024 +PKG_VERSION:=1.1.2-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for wxedge diff --git a/applications/luci-app-wxedge/root/usr/libexec/istorec/wxedge.sh b/applications/luci-app-wxedge/root/usr/libexec/istorec/wxedge.sh index dc947fc..55cbdd7 100755 --- a/applications/luci-app-wxedge/root/usr/libexec/istorec/wxedge.sh +++ b/applications/luci-app-wxedge/root/usr/libexec/istorec/wxedge.sh @@ -34,7 +34,7 @@ do_install_detail() { -v \"$path/containerd:/var/lib/containerd\" \ -e PLACE=CTKS" - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd --name wxedge \"$IMAGE_NAME\"" diff --git a/applications/luci-app-xteve/Makefile b/applications/luci-app-xteve/Makefile index 25f36b8..9e8c7d6 100644 --- a/applications/luci-app-xteve/Makefile +++ b/applications/luci-app-xteve/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221213 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Xteve diff --git a/applications/luci-app-xteve/root/usr/libexec/istorec/xteve.sh b/applications/luci-app-xteve/root/usr/libexec/istorec/xteve.sh index 09679de..aa95d8e 100755 --- a/applications/luci-app-xteve/root/usr/libexec/istorec/xteve.sh +++ b/applications/luci-app-xteve/root/usr/libexec/istorec/xteve.sh @@ -37,7 +37,7 @@ do_install() { -p $port:34400 " if [ -z "$tz" ]; then - tz="`cat /tmp/TZ`" + tz="`uci get system.@system[0].zonename`" fi [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" diff --git a/applications/luci-app-xunlei/Makefile b/applications/luci-app-xunlei/Makefile index 72487b9..beedf58 100644 --- a/applications/luci-app-xunlei/Makefile +++ b/applications/luci-app-xunlei/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.0-20221117 +PKG_VERSION:=1.0.1-20230108 PKG_RELEASE:= LUCI_TITLE:=LuCI support for Xunlei diff --git a/applications/luci-app-xunlei/root/usr/libexec/istorec/xunlei.sh b/applications/luci-app-xunlei/root/usr/libexec/istorec/xunlei.sh index 63a4170..35d07b4 100755 --- a/applications/luci-app-xunlei/root/usr/libexec/istorec/xunlei.sh +++ b/applications/luci-app-xunlei/root/usr/libexec/istorec/xunlei.sh @@ -37,7 +37,7 @@ do_install() { -p $port:2345 " fi - local tz="`cat /tmp/TZ`" + local tz="`uci get system.@system[0].zonename`" [ -z "$tz" ] || cmd="$cmd -e TZ=$tz" cmd="$cmd --name xunlei \"$image_name\""