Add reference to wiki on error in check-env script

This commit is contained in:
riggraz
2019-10-16 20:27:06 +02:00
parent c96073e4f8
commit b4b893387e

View File

@@ -32,5 +32,6 @@ done
if [ $n_of_errors -gt 0 ]; then
echo "You need to set these ${n_of_errors} variables in your .env file."
echo "See .env-example for a configuration example."
echo "Check out https://github.com/riggraz/astuto/wiki/Required-environment-variables"
exit 2
fi