We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfec74d + 8855480 commit 4ed8691Copy full SHA for 4ed8691
install.yaml
@@ -4,7 +4,7 @@ pre_install_actions:
4
- |
5
#ddev-nodisplay
6
#ddev-description:Check for backdrop project type
7
- if ! ddev debug configyaml | grep -q "^type:.*backdrop"; then
+ if ! ddev debug configyaml | grep "^type:.*backdrop" >/dev/null; then
8
echo "This add-on is only available for projects with backdrop type"
9
exit 2
10
fi
0 commit comments