From ffe729a03b8e569c121440bea0ed643469bef932 Mon Sep 17 00:00:00 2001 From: Christian Flamm Date: Tue, 25 Jul 2017 13:32:32 +0200 Subject: [PATCH] #29: export AWS_ACCOUNT and AWS_ROLE --- afpre | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/afpre b/afpre index fce3787..44a9cb9 100755 --- a/afpre +++ b/afpre @@ -129,7 +129,8 @@ $DEBUG && set -x AWS_VALID_SECONDS=0 RENEW_INT=$RENEW_INT ACCOUNT=$ACCOUNT -ROLE=$ROLE +export AWS_ACCOUNT=$ACCOUNT +export AWS_ROLE=$ROLE for F in /etc/bash.bashrc /etc/bashrc ~/.bashrc ~/.profile do