From a9a180dc7e9e21e424ef859c9e5e57d87f8863e0 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:57:56 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index fa544b1..808f557 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -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 ########## 备份配置文件