From d48963ab50074673746db803c15d2c4f7e49bbc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 19 Jun 2024 01:20:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=B1=E4=BA=8Ev2.2.8=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=8F=AF=E8=83=BD=E6=9C=AA=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/update_panel.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/update_panel.sh b/scripts/update_panel.sh index f385c88e..ad1e8d1a 100644 --- a/scripts/update_panel.sh +++ b/scripts/update_panel.sh @@ -106,9 +106,9 @@ if version_lt "$oldVersion" "2.2.4"; then fi fi -if version_lt "$oldVersion" "2.2.9"; then - echo "更新面板到 v2.2.9 ..." - echo "Update panel to v2.2.9 ..." +if version_lt "$oldVersion" "2.2.10"; then + echo "更新面板到 v2.2.10 ..." + echo "Update panel to v2.2.10 ..." if [ -f "/usr/bin/podman" ]; then panel writePlugin podman 4.0.0 if [ "${OS}" == "debian" ]; then