fix redis shebang

This commit is contained in:
brooke 2025-02-12 19:45:52 -05:00
parent 57dc69190d
commit cd3800d74b

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ -f /run/secrets/redis_password ]; then
export REDIS_PASSWORD=$(cat /run/secrets/redis_password)