mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 09:43:17 +08:00
Update pve6_to_pve7.sh
This commit is contained in:
parent
8815fa4fc9
commit
12628bfbe2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue