Compare commits

..

No commits in common. "c3bc20be71ec481f72bd28a3d6764823855ac513" and "ea9fe637c504a41a8b566572ada87f94e763dd55" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="0"
CT_TYPE="1"
PW=""
CT_ID=$NEXTID
HN=$NSAPP

View File

@ -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