mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix Redis ACL file path in test.sh
This commit is contained in:
parent
36778f214c
commit
ce4631cb28
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ❌"
|
||||
|
|
|
|||
Loading…
Reference in a new issue