Browse Source

Fix typo mistake in pull request 43

old-stable
Mitesh Shah 11 years ago
parent
commit
3086484f4e
  1. 2
      install.sh

2
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"

Loading…
Cancel
Save