diff --git a/vbox.sh b/vbox.sh index 18773a5..6fab939 100644 --- a/vbox.sh +++ b/vbox.sh @@ -200,7 +200,7 @@ waitForVMReady() { while ! isVMReady $_osname ; do echo "VM is booting" sleep 2 - enter + $_SUDO_VIR_ virsh send-key $_osname KEY_ENTER done echo "VM is ready!" cat "$HOME/$_osname.rebooted"