From 3086484f4e452b98a81494116dd0d74b99d28873 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 30 Aug 2013 14:41:34 +0530 Subject: [PATCH] Fix typo mistake in pull request 43 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a76230a5..f867f1a3 100644 --- a/install.sh +++ b/install.sh @@ -165,7 +165,7 @@ fi # Adjust FastCGI Cache Size 20% Of /var/run VARRUNSIZE=$(df --block-size=M /var/run | awk '{print $4}' | tail -n1 |cut -d'M' -f1) FCSIZE=$(expr $VARRUNSIZE \* 25 / 100) -f + # Change Size sed -i "s/500m/$FCSIZE\m/" /usr/share/easyengine/nginx/conf.d/fastcgi.conf || OwnError "Unable To Change Fastcgi Cache Size"