Update pve8-post-install.sh

This commit is contained in:
tteckster 2023-06-09 16:50:13 -04:00 committed by GitHub
parent 53af603ace
commit 1dcc7df1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -192,13 +192,4 @@ while true; do
esac esac
done done
if [ $(pveversion | grep "pve-manager/8" | wc -l) -ne 1 ]; then
header_info
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e " Requires PVE Version: 8.XX"
echo -e "\nExiting..."
sleep 3
exit
fi
start_routines start_routines