Skip to content

Commit

Permalink
put check in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 25, 2023
1 parent cf3aa6f commit f807953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/src/utils/opt/devcontainer/bin/vault/s3/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ init_vault_s3_creds() {
devcontainer-utils-vault-s3-creds-persist <<< "--no_bucket --no_region";;
esac
fi
else
elif devcontainer-utils-vault-s3-creds-propagate; then
# Block until the new temporary AWS S3 credentials propagate
devcontainer-utils-vault-s3-creds-propagate;
;
fi
fi
. /etc/profile.d/*-devcontainer-utils.sh;
Expand Down

0 comments on commit f807953

Please sign in to comment.