Explorar o código

Update pve8-post-install.sh

tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
9d7170d7a2
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      misc/pve8-post-install.sh

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

@@ -192,4 +192,19 @@ 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"
+  echo -e "  Requires PVE Version: 8.XX"
+  echo -e "\nExiting..."
+  sleep 3
+  exit
+fi
+
 start_routines