From 81730de78b9c96e3d4c9b513be89437b52711a58 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 17 Jun 2021 18:20:32 +0200 Subject: [PATCH] kvm-host: fix typo in add-vm --- kvm-host/files/add-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvm-host/files/add-vm.sh b/kvm-host/files/add-vm.sh index 51ad1850..ec50763d 100755 --- a/kvm-host/files/add-vm.sh +++ b/kvm-host/files/add-vm.sh @@ -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"