mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-10 04:20:00 +00:00
DVL-008 Show all other env settings
This commit is contained in:
parent
cbd98c1d28
commit
a6859394bf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user