DVL-008 Show all other env settings

This commit is contained in:
cytopia 2017-04-22 13:59:52 +02:00
parent cbd98c1d28
commit a6859394bf
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -364,9 +364,17 @@ devilbox_start() {
exit 1
fi
# Show settings
# Show Server settings
echo "Enable SERVERs"
echo "--------------"
grep '^[A-Za-z0-9]*_SERVER' "${DEVILBOX_PATH}/.env"
# Show all other settings
echo "Enable Settings"
echo "---------------"
grep -E '^[-_A-Za-z0-9]*=' "${DEVILBOX_PATH}/.env" | grep -v 'SERVER_'
# Run
docker-compose up -d