Skip to content

Commit

Permalink
fix enter
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 21, 2024
1 parent 62b986e commit aff1a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aff1a48

Please sign in to comment.