Fix Redis ACL file path in test.sh

This commit is contained in:
Théophile Diot 2024-01-17 10:47:14 +00:00
parent 36778f214c
commit ce4631cb28
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -240,7 +240,7 @@ do
fi
echo "🧰 Redis stopped ✅"
echo "🧰 Starting redis with tweaked settings ..."
redis-server --port 6380 --requirepass secret --aclfile /acl/redis.acl --daemonize yes
redis-server --port 6380 --requirepass secret --aclfile acl/redis.acl --daemonize yes
# shellcheck disable=SC2181
if [ $? -ne 0 ] ; then
echo "🧰 Redis start failed ❌"