From 932a881bd4b79435007903c3ff87fdc9f2b85e4d Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 11 Apr 2014 14:29:16 +0530 Subject: [PATCH] Minor changes --- install.sh | 6 ------ usr/local/sbin/easyengine | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 0233e06e..544da491 100644 --- a/install.sh +++ b/install.sh @@ -186,12 +186,6 @@ then ln -s /usr/local/sbin/easyengine /usr/local/sbin/ee 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) - -# Change Size -#sed -i "s/500m/$FCSIZE\m/" /usr/share/easyengine/nginx/conf.d/fastcgi.conf || OwnError "Unable To Change Fastcgi Cache Size" # Git Config Settings EEGITNAME=$(git config user.name) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index c43805f0..031635a6 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -2043,7 +2043,7 @@ then #PERCONA_REPO # Fix GPG Key Problems - GPGKEY + #GPGKEY # Update The APT Cache UPDATEAPT