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