Revert changes to notify-push and whiteboard

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-14 14:39:32 +01:00
parent 4acc9d8f41
commit b786415cfb
2 changed files with 0 additions and 8 deletions

View file

@ -11,10 +11,6 @@ if [ -z "$REDIS_DB_INDEX" ]; then
REDIS_DB_INDEX=0
fi
if [ -n "$REDIS_USER_AUTH" ]; then
# shellcheck disable=SC2001
REDIS_USER="$(echo "$REDIS_USER_AUTH" | sed 's|&auth[]=||')"
fi
export REDIS_URL="redis://$REDIS_USER:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"
# Run it