浏览代码

Update pve8-post-install.sh

tteckster 2 年之前
父节点
当前提交
53af603ace
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      misc/pve8-post-install.sh

+ 0 - 6
misc/pve8-post-install.sh

@@ -192,12 +192,6 @@ while true; do
   esac
 done
 
-if ! command -v pveversion >/dev/null 2>&1; then
-  header_info
-  msg_error "\n No PVE Detected!\n"
-  exit
-fi
-
 if [ $(pveversion | grep "pve-manager/8" | wc -l) -ne 1 ]; then
   header_info
   msg_error "This version of Proxmox Virtual Environment is not supported"