Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmczerk committed May 20, 2024
1 parent 329a4f5 commit f827a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion startupscript/aws/resource-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ fi

if [[ "${LOG_IN}" == "true" ]]; then
source "${CLOUD_SCRIPT_DIR}/configure-aws-vault.sh"
${RUN_AS_LOGIN_USER} "source ${HOME}/.bashrc && wb resource mount"
${RUN_AS_LOGIN_USER} "export AWS_VAULT_BACKEND='file' && \
export AWS_VAULT_FILE_PASSPHRASE='' && \
eval \$(wb workspace configure-aws) && \
wb resource mount"
fi

0 comments on commit f827a98

Please sign in to comment.