Skip to content

Commit

Permalink
add info about example
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibinger committed Apr 23, 2024
1 parent 37bd218 commit fe803a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crib/scripts/check_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ 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"
echo "To fix it, add missing variables in the \"crib/.env\" file."
echo "you can find example of the .env config in the \"crib/.env.example\""
exit 1
else
echo "All required environment variables are set."
Expand Down

0 comments on commit fe803a1

Please sign in to comment.