Update post_install.sh

This commit is contained in:
tteckster
2022-04-11 08:44:31 -04:00
committed by GitHub
parent 40f3ee97e9
commit 8342bb1d16

View File

@ -10,7 +10,7 @@ while true; do
esac
done
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
echo -e "${RD}This script requires Proxmox Virtual Environment 7.0 or greater"
echo -e "This script requires Proxmox Virtual Environment 7.0 or greater"
echo -e "Exiting..."
sleep 2
exit