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