Fix redis tests with Linux

This commit is contained in:
Théophile Diot 2024-01-25 14:32:33 +01:00
parent e292cb8a32
commit dd30718e00
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -239,7 +239,6 @@ do
echo "🧰 Stopping redis ..."
sudo systemctl stop redis
sudo killall redis-server
# shellcheck disable=SC2181
if [ $? -ne 0 ] ; then
echo "🧰 Redis stop failed ❌"
@ -281,7 +280,6 @@ do
export REDIS_SSL="yes"
echo "🧰 Stopping redis ..."
sudo systemctl stop redis
sudo killall redis-server
# shellcheck disable=SC2181
if [ $? -ne 0 ] ; then