From ef019d6306afc4ed9f165571dd17539208b8708c Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Tue, 11 Aug 2015 22:09:48 +0530 Subject: [PATCH] Fix typo error --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index a240c94c..bb4c9822 100644 --- a/install +++ b/install @@ -417,7 +417,7 @@ function ee_update_latest() #Fix for 3.3.4 redis-hhvm issue grep -0 'HTTP_ACCEPT_ENCODING' /etc/nginx/common/redis-hhvm.conf &>> /dev/null - if [ $? -nq 0 ]; then + if [ $? -ne 0 ]; then sed -i 's/fastcgi_params;/fastcgi_params;\n fastcgi_param HTTP_ACCEPT_ENCODING "";/g' /etc/nginx/common/redis-hhvm.conf &>> /dev/null fi fi