diff options
-rwxr-xr-x | kvmx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |