mirror of https://github.com/tteck/Proxmox.git
Update debian-v3.sh
This commit is contained in:
parent
f6d66f3491
commit
0330ae6a3e
|
@ -30,6 +30,15 @@ ${CL}"
|
|||
}
|
||||
|
||||
header_info
|
||||
function pve_7() {
|
||||
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 "Exiting..."
|
||||
sleep 2
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
function default_settings() {
|
||||
clear
|
||||
header_info
|
||||
|
|
Loading…
Reference in New Issue