aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx3
1 files changed, 2 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 3db4844..e4887e0 100755
--- a/kvmx
+++ b/kvmx
@@ -456,7 +456,8 @@ function kvmx_up {
if [ "$ssh_attempts" == "20" ]; then
echo "$BASENAME: timeout or access denied when trying to SSH into $VM."
echo "$BASENAME: please check if the image is in a good state and if it accepts passwordless ssh connections"
- kvmx_stop
+ #kvmx_stop
+ kvmx_poweroff
exit 1
fi