Fixed Redis variable

This commit is contained in:
b.waal
2019-11-07 15:03:21 +01:00
parent fc96154755
commit f7fd6bf6ae

View File

@@ -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