mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-26 02:04:49 +00:00
HAOS: remove non-ASCII dash from CPU model dialog text (#16276)
This commit is contained in:
committed by
GitHub
parent
a4f893eb7c
commit
6f4d3b4841
@@ -402,7 +402,7 @@ function advanced_settings() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if CPU_TYPE1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "CPU MODEL" --radiolist "Choose CPU Model" --cancel-button Exit-Script 10 58 2 \
|
if CPU_TYPE1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "CPU MODEL" --radiolist "Choose CPU Model" --cancel-button Exit-Script 10 58 2 \
|
||||||
"KVM64" "Default – safe for migration/compatibility" ON \
|
"KVM64" "Default - safe for migration/compatibility" ON \
|
||||||
"Host" "Use host CPU features (faster, no migration)" OFF \
|
"Host" "Use host CPU features (faster, no migration)" OFF \
|
||||||
3>&1 1>&2 2>&3); then
|
3>&1 1>&2 2>&3); then
|
||||||
case "$CPU_TYPE1" in
|
case "$CPU_TYPE1" in
|
||||||
|
|||||||
Reference in New Issue
Block a user