Skip to content

Commit d142200

Browse files
authored
Merge pull request #306 from ronivay/fix/missing-redis-var
fix: missing redis variable for rhel <10
2 parents dcad136 + 390b333 commit d142200

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

xo-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,8 @@ function CheckOS {
12941294
# Since version 10, redis is replaced with valkey
12951295
if [[ $OSVERSION -ge 10 ]]; then
12961296
REDIS=0
1297+
else
1298+
REDIS=1
12971299
fi
12981300
fi
12991301

0 commit comments

Comments
 (0)