diff options
-rwxr-xr-x | kvmx | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -256,10 +256,18 @@ function kvmx_up { # Re-evaluate this if there's a custom SSH key. __kvmx_ssh_command $basekey fi + + local wait="y" fi else + local wait="y" kvmx-create $GLOBAL_USER_CONFIG_FOLDER/$VM fi + + if [ "$wait" == "y" ]; then + echo "Waiting before starting the new guest..." + sleep 5 + fi fi if [ -z "$graphics" ]; then |