kvm-host: fix typo in add-vm

This commit is contained in:
Jérémy Lecour 2021-06-17 18:20:32 +02:00 committed by Jérémy Lecour
parent 4c7fed77c4
commit 81730de78b
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ dryRun virt-install \
--graphics "vnc,listen=127.0.0.1,keymap=fr" \
--rng /dev/random \
--os-variant=none
virst_install_rc=$?
virt_install_rc=$?
if [ "${virt_install_rc}" = "0" ]; then
echo -e "\e[32mDone! Now you can install your VM with virt-manager.\e[39m"