From 2f76d4dab7d7518b47443a252f24723a72396d80 Mon Sep 17 00:00:00 2001 From: Nuru Date: Wed, 16 Oct 2024 19:32:03 -0700 Subject: [PATCH] Restore AWS config dir link (#958) --- rootfs/etc/profile.d/aws.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/profile.d/aws.sh b/rootfs/etc/profile.d/aws.sh index 38ae4243..642801a1 100755 --- a/rootfs/etc/profile.d/aws.sh +++ b/rootfs/etc/profile.d/aws.sh @@ -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