2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: 由于v2.2.8迁移问题导致更新脚本可能未运行

This commit is contained in:
耗子
2024-06-19 01:20:48 +08:00
parent 59bfed66dc
commit d48963ab50

View File

@@ -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