Update install_pve.sh

This commit is contained in:
spiritlhl 2023-09-16 21:57:56 +08:00 committed by GitHub
parent b8b4be9abb
commit a9a180dc7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ qm_status=$?
if [ $pct_status -eq 0 ] && [ $qm_status -eq 0 ]; then
_green "Proxmox VE is already installed and does not need to be reinstalled."
_green "Proxmox VE已经安装无需重复安装。"
exit 1
fi
########## 备份配置文件