Commit d21f9e92 authored by dylan araps's avatar dylan araps

model: Fix garbage

parent 402ac0bc
...@@ -353,6 +353,7 @@ get_model() { ...@@ -353,6 +353,7 @@ get_model() {
model="${model//Not Specified}" model="${model//Not Specified}"
model="${model//Type1ProductConfigId}" model="${model//Type1ProductConfigId}"
model="${model//INVALID}" model="${model//INVALID}"
model="${model//�}"
case "$model" in case "$model" in
"Standard PC"*) model="KVM/QEMU (${model})" ;; "Standard PC"*) model="KVM/QEMU (${model})" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment