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.
redis
ddev-redis-7
1 parent 4ee2212 commit 5eb87b4Copy full SHA for 5eb87b4
install.yaml
@@ -29,6 +29,12 @@ post_install_actions:
29
- |
30
#ddev-description:Remove redis/scripts if there are no files
31
rmdir redis/scripts 2>/dev/null || true
32
+ - |
33
+ #ddev-nodisplay
34
+ #ddev-description:Remove old `redis` command from `ddev-redis-7`
35
+ if grep "#ddev-generated" $DDEV_APPROOT/.ddev/commands/redis/redis > /dev/null 2>&1; then
36
+ rm -f "$DDEV_APPROOT/.ddev/commands/redis/redis"
37
+ fi
38
39
removal_actions:
40
0 commit comments