pull/81/head
Muhammad Atif Ali 2 years ago
parent 111290f9a2
commit 457d3b8df4
No known key found for this signature in database

@ -36,7 +36,7 @@ printf "🥳 Installation comlete!\n\n"
# Set up Vault token
VAULT_TOKEN=$(coder external-auth access-token $PROVIDER_ID)
if [ $? -ne 0]; then
if [ $? -ne 0 ]; then
printf "Authenticate with Vault:\n$VAULT_TOKEN\n"
exit 1
fi

Loading…
Cancel
Save