mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix redis tests with Linux
This commit is contained in:
parent
e292cb8a32
commit
dd30718e00
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue