Skip to content

Commit

Permalink
Set colors to devmode output
Browse files Browse the repository at this point in the history
  • Loading branch information
bserem committed Oct 3, 2024
1 parent 1e01c8d commit 5aa9205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands/host/devmode
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
## Example: "ddev devmode on"

case $@ in
on)
echo "Configuring settings.local.php for caching and performance"
off)
echo "Configuring settings.local.php for \e[1;0;41m caching and performance \e[0m"
cp .ddev/settings.local.perfmode.php "${DDEV_APPROOT}/${DDEV_DOCROOT}/sites/default/settings.local.php"
;;
off)
echo "Configuring settings.local.php for development"
on)
echo "Configuring settings.local.php for \e[1;0;42m development \e[0m"
cp .ddev/settings.local.devmode.php "${DDEV_APPROOT}/${DDEV_DOCROOT}/sites/default/settings.local.php"
;;
*)
Expand Down

0 comments on commit 5aa9205

Please sign in to comment.