fix: missing redis variable for rhel <10

This commit is contained in:
Roni Väyrynen
2025-08-01 11:23:42 +03:00
parent dcad13634f
commit 390b3339d1

View File

@@ -1294,6 +1294,8 @@ function CheckOS {
# Since version 10, redis is replaced with valkey
if [[ $OSVERSION -ge 10 ]]; then
REDIS=0
else
REDIS=1
fi
fi