fix redis shebang
This commit is contained in:
parent
57dc69190d
commit
cd3800d74b
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user