DVL-008 Add newlines after .env info output

This commit is contained in:
cytopia 2017-04-23 00:19:29 +02:00
parent c2d664bcf5
commit fea9ed9d31
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -400,11 +400,13 @@ devilbox_start() {
echo "Enable SERVERs" echo "Enable SERVERs"
echo "--------------" echo "--------------"
grep '^[A-Za-z0-9]*_SERVER' "${DEVILBOX_PATH}/.env" | column -t -s '=' grep '^[A-Za-z0-9]*_SERVER' "${DEVILBOX_PATH}/.env" | column -t -s '='
echo
# Show all other settings # Show all other settings
echo "Enable Settings" echo "Enable Settings"
echo "---------------" echo "---------------"
grep -E '^[-_A-Za-z0-9]*=' "${DEVILBOX_PATH}/.env" | grep -v 'SERVER_' | column -t -s '=' grep -E '^[-_A-Za-z0-9]*=' "${DEVILBOX_PATH}/.env" | grep -v 'SERVER_' | column -t -s '='
echo
# Run # Run