Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster c3bc20be71
Update hyperhdr.sh
tweak
2024-01-18 05:33:17 -05:00
tteckster 8ef47c526f
Update netdata.sh
fixes https://github.com/tteck/Proxmox/issues/2359
2024-01-18 05:06:54 -05:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -95,7 +95,7 @@ uninstall() {
}
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 "Exiting..."
sleep 2