Skip to content

Commit e043dfe

Browse files
committed
Small typo
1 parent bcd6393 commit e043dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pve_check() {
9999
if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then
100100
msg_error "This version of Proxmox Virtual Environment is not supported"
101101
echo -e "Requires Proxmox Virtual Environment Version 8.1 or later."
102-
if whiptail --backtitle "Proxmox VE Helper Scripts" --defaultno --title "UNSUPPORTED VERSION DETECTED" --yesno "This version of PVE is not supported. Running an installation script on unsupported PVE version might not work. Proceed using with installation anyway?" 10 72; then
102+
if whiptail --backtitle "Proxmox VE Helper Scripts" --defaultno --title "UNSUPPORTED VERSION DETECTED" --yesno "This version of PVE is not supported. Running an installation script on unsupported PVE version might not work. Proceed with installation anyway?" 10 72; then
103103
echo -e "\nProceeding with installation on unsupported PVE version..."
104104
else
105105
echo -e "Exiting..."

0 commit comments

Comments
 (0)