Skip to content

Commit

Permalink
try with hostname in between double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Oct 8, 2024
1 parent 8d22818 commit f5fcc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
# do pay attention to the "1" parameter, it corresponds to the "show_only" flag
SSH_CMD=$(im_client.py ssh "$IM_INFRA_ID" 1 | grep --invert-match 'im.egi.eu')
# if the below works, the VM is up and running and responds to SSH
"$SSH_CMD" hostname
"$SSH_CMD hostname"
# at this point we may want to run more sophisticated tests
# delete test VM
im_client.py destroy "$IM_INFRA_ID"
Expand Down

0 comments on commit f5fcc6e

Please sign in to comment.