We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7c438c + 6c416e0 commit abe5a96Copy full SHA for abe5a96
1 file changed
KubuQA.sh
@@ -123,10 +123,10 @@ check_existing_vm(){
123
# Check version and call the command with the correct parameters
124
if [ "$vbox_version" -lt 7 ]; then
125
# Version 6
126
- eval "$base_cmd" --ostype=\"Ubuntu \(64-bit\)\" --paravirtprovider=\"$PARAVIRT\"
+ eval "$base_cmd" --ostype="Ubuntu (64-bit)" --paravirtprovider="$PARAVIRT"
127
else
128
# Version 7 or higher
129
- eval "$base_cmd" --os-type=\"Ubuntu_64\" --paravirt-provider=\"$PARAVIRT\"
+ eval "$base_cmd" --os-type="Ubuntu_64" --paravirt-provider="$PARAVIRT"
130
fi
131
132
#VBoxManage modifyvm "$VM_NAME" --ostype="Ubuntu (64-bit)" --acpi on --nic1 nat --cpus="$VM_CPU_CORES" --memory="$VM_RAM" --paravirtprovider="$PARAVIRT"
0 commit comments