Fixed Redis variable
This commit is contained in:
@@ -66,7 +66,7 @@ if [[ $option == *"Memcached:"* ]]; then
|
||||
echo "Memcached" >> /tmp/install.txt
|
||||
fi
|
||||
|
||||
if [[ $option == *"Redis:"* ]]; then
|
||||
if [[ $option == *"Redis"* ]]; then
|
||||
echo "Redis" >> /tmp/install.txt
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user