From 35c83337680bde52340488eaee51ea6cb395899b Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 11 Aug 2022 10:04:39 -0400 Subject: [PATCH] Update post-install.sh --- misc/post-install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/post-install.sh b/misc/post-install.sh index 55100fb7..b88fe3b2 100644 --- a/misc/post-install.sh +++ b/misc/post-install.sh @@ -23,10 +23,11 @@ while true; do esac done if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then - echo -e "This script requires Proxmox Virtual Environment 7.0 or greater" - echo -e "Exiting..." - sleep 2 - exit + echo "⚠ This version of Proxmox Virtual Environment is not supported" + echo "Requires PVE Version: 7.XX" + echo "Exiting..." + sleep 3 + exit fi function header_info { echo -e "${RD}