mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor redis test script to fix ACL file generation
This commit is contained in:
parent
d4b0d4bf99
commit
b3c46acb0f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,8 +49,8 @@ sudo chmod -R 777 tls
|
|||
echo "🧰 Certs generated ✅"
|
||||
|
||||
echo "🧰 Generating redis acl files ..."
|
||||
mkdir acl
|
||||
sudo rm -rf acl
|
||||
mkdir acl
|
||||
|
||||
# Starting stack
|
||||
if [ "$integration" == "docker" ] ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue