update
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ -f /run/secrets/redis_password ]; then
|
if [ -f /run/secrets/redis_password ]; then
|
||||||
export REDIS_PASSWORD=$(cat /run/secrets/redis_password)
|
export REDIS_PASSWORD=$(cat /run/secrets/redis_password)
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user