mirror of https://github.com/tteck/Proxmox.git
Update pve8-post-install.sh
This commit is contained in:
parent
53af603ace
commit
1dcc7df1e8
|
@ -192,13 +192,4 @@ while true; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
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
|
start_routines
|
||||||
|
|
Loading…
Reference in New Issue