mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
2 Commits
ea9fe637c5
...
c3bc20be71
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3bc20be71 | ||
|
|
8ef47c526f |
@@ -30,7 +30,7 @@ color
|
|||||||
catch_errors
|
catch_errors
|
||||||
|
|
||||||
function default_settings() {
|
function default_settings() {
|
||||||
CT_TYPE="1"
|
CT_TYPE="0"
|
||||||
PW=""
|
PW=""
|
||||||
CT_ID=$NEXTID
|
CT_ID=$NEXTID
|
||||||
HN=$NSAPP
|
HN=$NSAPP
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ uninstall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ! pveversion | grep -Eq "pve-manager/(8\.[0-9])"; then
|
if ! pveversion | grep -Eq "pve-manager/(8\.[0-9])"; then
|
||||||
msg_error "This version of Proxmox Virtual Environment is not supported"
|
echo -e "This version of Proxmox Virtual Environment is not supported"
|
||||||
echo -e "Requires PVE Version 8.0 or higher"
|
echo -e "Requires PVE Version 8.0 or higher"
|
||||||
echo -e "Exiting..."
|
echo -e "Exiting..."
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|||||||
Reference in New Issue
Block a user