Skip to content

Commit

Permalink
@stasadev suggestions, thanks!
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Zhuk <[email protected]>
  • Loading branch information
rfay and stasadev authored Jan 3, 2025
1 parent 196d4a9 commit 19187d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.xhgui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ hooks:
fi
service: db
- exec: |
cp .ddev/xhgui_prepend.php .ddev/xhprof/xhprof_prepend.php
cp /var/www/html/.ddev/xhgui_prepend.php /var/www/html/.ddev/xhprof/xhprof_prepend.php
pre-stop:
pre-stop:
- exec: |
cat <<-EOF > .ddev/xhprof/xhprof_prepend.php
cat <<-EOF > /var/www/html/.ddev/xhprof/xhprof_prepend.php
<?php
// #ddev-generated
// We'll give back control of this file to DDEV. Next time it checks, it will see it has ownership
Expand Down

0 comments on commit 19187d3

Please sign in to comment.