Skip to content

Commit

Permalink
fix path (#21724)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamccorm authored Jun 11, 2024
1 parent 0c66233 commit 964de92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redis-7.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: redis-7.2
version: 7.2.5
epoch: 1
epoch: 2
description: Advanced key-value store
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -145,8 +145,8 @@ subpackages:
version-path: 7.2/debian-12
- runs: |
# Bitnami startup scripts _require_ the redis-default.conf to exist
mkdir -p "${{targets.subpkgdir}}"/opt/bitnami/redis-cluster/etc
cp redis.conf ${{targets.subpkgdir}}/opt/bitnami/redis-cluster/etc/redis-default.conf
mkdir -p "${{targets.subpkgdir}}"/opt/bitnami/redis/etc
cp redis.conf ${{targets.subpkgdir}}/opt/bitnami/redis/etc/redis-default.conf
update:
enabled: true
Expand Down

0 comments on commit 964de92

Please sign in to comment.