Skip to content

Commit

Permalink
Merge pull request #630 from mv1388/minor-style-fix
Browse files Browse the repository at this point in the history
Minor style improvement
  • Loading branch information
mv1388 committed Oct 10, 2020
2 parents f1e7b01 + b30a7a8 commit 165aa0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/AWS/submit_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ ssh -i $key_path $username@$ec2_instance_address \

echo "Instance IP: $ec2_instance_address"
echo "To easily ssh connect into the running job session execute:"
echo
echo " ./ssh_to_instance.sh $ec2_instance_address -s"
echo

if [ $ssh_at_start == true ]; then
./ssh_to_instance.sh $ec2_instance_address --os-name $username --ssh-tmux
Expand Down

0 comments on commit 165aa0d

Please sign in to comment.