Skip to content

Commit

Permalink
#29: export AWS_ACCOUNT and AWS_ROLE
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Flamm committed Jul 25, 2017
1 parent 8409f46 commit ffe729a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion afpre
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe729a

Please sign in to comment.