mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "c3bc20be71ec481f72bd28a3d6764823855ac513" and "ea9fe637c504a41a8b566572ada87f94e763dd55" have entirely different histories.
c3bc20be71
...
ea9fe637c5
|
@ -30,7 +30,7 @@ color
|
|||
catch_errors
|
||||
|
||||
function default_settings() {
|
||||
CT_TYPE="0"
|
||||
CT_TYPE="1"
|
||||
PW=""
|
||||
CT_ID=$NEXTID
|
||||
HN=$NSAPP
|
||||
|
|
|
@ -95,7 +95,7 @@ uninstall() {
|
|||
}
|
||||
|
||||
if ! pveversion | grep -Eq "pve-manager/(8\.[0-9])"; then
|
||||
echo -e "This version of Proxmox Virtual Environment is not supported"
|
||||
msg_error "This version of Proxmox Virtual Environment is not supported"
|
||||
echo -e "Requires PVE Version 8.0 or higher"
|
||||
echo -e "Exiting..."
|
||||
sleep 2
|
||||
|
|
Loading…
Reference in New Issue