mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-25 22:57:14 +00:00
[Redis] redis-cli suppress auth warning
This commit is contained in:
@@ -101,7 +101,7 @@ if [[ ${NC_PURGE} == "y" ]]; then
|
||||
echo -e "\033[33mNot purging anything...\033[0m"
|
||||
exit 1
|
||||
fi
|
||||
docker exec -it $(docker ps -f name=redis-mailcow -q) /bin/sh -c "cat <<EOF | redis-cli -a ${REDISPASS}
|
||||
docker exec -it $(docker ps -f name=redis-mailcow -q) /bin/sh -c "cat <<EOF | redis-cli -a ${REDISPASS} --no-auth-warning
|
||||
SELECT 10
|
||||
FLUSHDB
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user