mirror of https://github.com/tteck/Proxmox.git
Update post_install.sh
This commit is contained in:
parent
40f3ee97e9
commit
8342bb1d16
|
@ -10,7 +10,7 @@ while true; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
|
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..."
|
echo -e "Exiting..."
|
||||||
sleep 2
|
sleep 2
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue