Skip to content

Commit

Permalink
Refactor redis test script to fix ACL file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Jan 17, 2024
1 parent d4b0d4b commit b3c46ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/redis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3c46ac

Please sign in to comment.