mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 01:58:53 +08:00
Update install_pve.sh
This commit is contained in:
parent
b8b4be9abb
commit
a9a180dc7e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
########## 备份配置文件
|
||||
|
|
Loading…
Reference in a new issue