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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user