Skip to content

Commit

Permalink
explain how to fix missing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibinger committed Apr 22, 2024
1 parent 5074aa4 commit 040fcd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crib/scripts/check_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ done
# Exit with an error if any variables were missing
if [ $missing_vars -ne 0 ]; then
echo "Total missing environment variables: $missing_vars"
echo "To fix it, add missing variables in the crib/.env file"
exit 1
else
echo "All required environment variables are set."
Expand Down

0 comments on commit 040fcd8

Please sign in to comment.