0
0
mirror of https://github.com/letic/Shell-Scripts.git synced 2024-09-28 05:56:04 +00:00

Update scp-remote-to-local.sh

This commit is contained in:
Mark McDonnell 2016-04-22 09:35:39 +01:00
parent 44fe5d9ba2
commit f3fc1698b9

View File

@ -78,9 +78,7 @@ do
if [ "$status" = "current" ]; then
ssh_success=true
printf "\n"
echo "ssh access granted for instance $(($n + 1)): $instance_id ($instance_ip)"
printf "\n"
printf "\n\nssh access granted for instance $(($n + 1)): $instance_id ($instance_ip)\n\n"
elif [ "$status" = "failed" ]; then
failed_access+=("$instance_id - $instance_ip - $launch_time")
failed=true