mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add reference to wiki on error in check-env script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user