From 12628bfbe29ce8907a8f0fbe6f9a9e9833d48799 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 25 Feb 2023 19:20:20 +0800 Subject: [PATCH] Update pve6_to_pve7.sh --- pve6_to_pve7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve6_to_pve7.sh b/pve6_to_pve7.sh index cd0b144..63c4260 100644 --- a/pve6_to_pve7.sh +++ b/pve6_to_pve7.sh @@ -46,7 +46,7 @@ if ! [ "$(pveversion -v)" = "$(pveversion -r)" ]; then fi # 检查 PVE 是否可以升级 -if ! pve6to7 --check | grep -q "FAILURES: 0"; then +if ! pve6to7 | grep -q "FAILURES: 0"; then _red "检测到 PVE 升级存在问题,请先解决问题后再执行升级" exit 1 fi