Skip to content

Commit

Permalink
Update post-pve-install.sh
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
tteck authored Mar 29, 2024
1 parent 98e8955 commit 21d0e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/post-pve-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ while true; do
esac
done

if ! pveversion | grep -Eq "pve-manager/8\.[0-2]\."; then
if ! pveversion | grep -Eq "pve-manager/8.[0-2]"; then
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires Proxmox Virtual Environment Version 8.0 or later."
echo -e "Exiting..."
Expand Down

0 comments on commit 21d0e96

Please sign in to comment.