mirror of
https://github.com/ronivay/XenOrchestraInstallerUpdater.git
synced 2026-09-10 20:00:52 -05:00
fix: missing redis variable for rhel <10
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user