Add sleep before reboot
This commit is contained in:
@@ -170,6 +170,7 @@ function start_vm {
|
||||
set +x
|
||||
if [ $exit_code -eq 0 ]; then
|
||||
echo "Rebooting."
|
||||
sleep 5
|
||||
elif [ $exit_code -eq 1 ]; then
|
||||
echo "Powered off."
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user