mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-03 11:18:21 +00:00
Fix typo REDIS_REQUIRE_PASS
This commit is contained in:
@@ -171,7 +171,7 @@ maxmemory-policy allkeys-lru
|
||||
EOL
|
||||
|
||||
# Is Redis password protected enable?
|
||||
if "${REDIS_REQUIREPASS}"; then
|
||||
if "${REDIS_REQUIRE_PASS}"; then
|
||||
echo "Redis Requirepass is enabled..."
|
||||
|
||||
REDIS_PASSWORD=${REDIS_PASSWORD:-$(openssl rand -base64 64 | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1)}
|
||||
|
||||
Reference in New Issue
Block a user