소스 검색

remove whitespace

tags/v0.11.0
Jonathan Cobb 4 년 전
부모
커밋
a069834b90
5개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. +0
    -1
      bin/aws/delete_subnets.sh
  2. +0
    -1
      bin/aws/init_aws_configs.sh
  3. +0
    -1
      bin/aws/list_regions.sh
  4. +0
    -1
      bin/aws/set_aws_region.sh
  5. +0
    -1
      bin/install_packer.sh

+ 0
- 1
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


+ 0
- 1
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}"


+ 0
- 1
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

+ 0
- 1
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


+ 0
- 1
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


불러오는 중...
취소
저장