diff --git a/.ddev/config.yaml b/.ddev/config.yaml index f6d460f188c..a31b77e7390 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -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"