Skip to content

Commit

Permalink
Fixed SSH exit code not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Parilli committed Nov 27, 2024
1 parent 7edb8ab commit 8186157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vm-babysitter
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ check_variables()
fi

else
echo "WARNING: Connection to $ssh_login failed (SSH exit code: $ssh_exit_code)"
echo "WARNING: Connection to $ssh_login failed (SSH exit code: $ssh_server_exit_code)"
fi
;;

Expand Down

0 comments on commit 8186157

Please sign in to comment.