Skip to content

Commit

Permalink
Fix DDEV script permissions for Windows users (mautic#13813)
Browse files Browse the repository at this point in the history
* fix file permission

* fix line endings on windows

* Revert "fix line endings on windows"

This reverts commit f3a1d6b.
  • Loading branch information
andersonjeccel authored Jul 1, 2024
1 parent cc730cc commit 760bf0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ hooks:
# Fix line endings on Windows
- exec: sed -i -e 's/\r$//' ./.ddev/mautic-setup.sh
- exec: sed -i -e 's/\r$//' ./.git/hooks/*
- exec: "chmod +x ./.ddev/mautic-setup.sh"
- exec: "yes | ./.ddev/mautic-setup.sh"

0 comments on commit 760bf0c

Please sign in to comment.