Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 28, 2023
1 parent 4a0cc14 commit 79641e8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,15 @@ fi
ssh $osname "$VM_SHUTDOWN_CMD"

sleep 30

inputKeys "enter"
sleep 5

###############################################################
#force shutdown
$vmsh shutdownVM $osname
$vmsh destroyVM $osname


while $vmsh isRunning $osname; do
sleep 5
inputKeys "enter"
done


##############################################################

Expand Down

0 comments on commit 79641e8

Please sign in to comment.