mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-19 03:06:30 +00:00
DVL-008 Add newlines after .env info output
This commit is contained in:
parent
c2d664bcf5
commit
fea9ed9d31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user