From a069834b90447963437be2523e4250bf8b25da5c Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 16 Jun 2020 22:20:18 -0400 Subject: [PATCH] remove whitespace --- bin/aws/delete_subnets.sh | 1 - bin/aws/init_aws_configs.sh | 1 - bin/aws/list_regions.sh | 1 - bin/aws/set_aws_region.sh | 1 - bin/install_packer.sh | 1 - 5 files changed, 5 deletions(-) diff --git a/bin/aws/delete_subnets.sh b/bin/aws/delete_subnets.sh index b407e3ea..13be2b5a 100755 --- a/bin/aws/delete_subnets.sh +++ b/bin/aws/delete_subnets.sh @@ -2,7 +2,6 @@ # # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - function die { echo 1>&2 "${1}" exit 1 diff --git a/bin/aws/init_aws_configs.sh b/bin/aws/init_aws_configs.sh index 439db4d6..6a97da41 100755 --- a/bin/aws/init_aws_configs.sh +++ b/bin/aws/init_aws_configs.sh @@ -2,7 +2,6 @@ # # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - THISDIR=$(cd $(dirname ${0}) && pwd) for region in $(${THISDIR}/list_regions.sh) ; do cat ${THISDIR}/config.template | sed -e "s/__REGION__/${region}" > ~/.aws/config.${region} && echo "created config for region ${region}" diff --git a/bin/aws/list_regions.sh b/bin/aws/list_regions.sh index 7ac00645..ff004e26 100755 --- a/bin/aws/list_regions.sh +++ b/bin/aws/list_regions.sh @@ -2,5 +2,4 @@ # # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - aws ec2 describe-regions --filters "Name=opt-in-status,Values=opt-in-not-required" | grep RegionName | cut -d\" -f4 | sort diff --git a/bin/aws/set_aws_region.sh b/bin/aws/set_aws_region.sh index e9d1a129..64919bd3 100755 --- a/bin/aws/set_aws_region.sh +++ b/bin/aws/set_aws_region.sh @@ -2,7 +2,6 @@ # # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - function die { echo 1>&2 "${1}" exit 1 diff --git a/bin/install_packer.sh b/bin/install_packer.sh index 050c454e..dacc0d79 100755 --- a/bin/install_packer.sh +++ b/bin/install_packer.sh @@ -2,7 +2,6 @@ # # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # - function die { echo 1>&2 "${1}" exit 1