Skip to content

Commit

Permalink
Restore AWS config dir link (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Oct 17, 2024
1 parent a42555c commit 2f76d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/profile.d/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ ! -e "${HOME}/.aws" ]; then
fi
chmod 700 ${GEODESIC_AWS_HOME}
fi
ln -s "${GEODESIC_AWS_HOME}" "${HOME}/.aws"
fi

if [ ! -f "${AWS_CONFIG_FILE:=${GEODESIC_AWS_HOME}/config}" ] && [ -d ${GEODESIC_AWS_HOME} ]; then
Expand Down

0 comments on commit 2f76d4d

Please sign in to comment.