-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13932 from found-it/redis-sentinel-6.2-compat-bit…
…nami Update redis-sentinel compat bitnami path
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
diff --git a/bitnami/redis-sentinel/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh b/bitnami/redis-sentinel/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh | ||
diff --git a/bitnami/redis-sentinel/6.2/debian-12/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh b/bitnami/redis-sentinel/6.2/debian-12/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh | ||
index d870e24..711bc13 100755 | ||
--- a/bitnami/redis-sentinel/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh | ||
+++ b/bitnami/redis-sentinel/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh | ||
--- a/bitnami/redis-sentinel/6.2/debian-12/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh | ||
+++ b/bitnami/redis-sentinel/6.2/debian-12/rootfs/opt/bitnami/scripts/redis-sentinel/setup.sh | ||
@@ -16,9 +16,6 @@ set -o pipefail | ||
. /opt/bitnami/scripts/libredissentinel.sh | ||
. /opt/bitnami/scripts/libos.sh | ||
|
||
-# Create daemon user if needed | ||
-am_i_root && ensure_user_exists "$REDIS_SENTINEL_DAEMON_USER" --group "$REDIS_SENTINEL_DAEMON_GROUP" | ||
- | ||
# Ensure redis environment variables are valid | ||
redis_validate | ||
|