File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -186,12 +186,6 @@ then
186186 ln -s /usr/local/sbin/easyengine /usr/local/sbin/ee
187187fi
188188
189- # Adjust FastCGI Cache Size 20% Of /var/run
190- # VARRUNSIZE=$(df --block-size=M /var/run | awk '{print $4}' | tail -n1 |cut -d'M' -f1)
191- # FCSIZE=$(expr $VARRUNSIZE \* 25 / 100)
192-
193- # Change Size
194- # sed -i "s/500m/$FCSIZE\m/" /usr/share/easyengine/nginx/conf.d/fastcgi.conf || OwnError "Unable To Change Fastcgi Cache Size"
195189
196190# Git Config Settings
197191EEGITNAME=$( git config user.name)
Original file line number Diff line number Diff line change @@ -2043,7 +2043,7 @@ then
20432043 # PERCONA_REPO
20442044
20452045 # Fix GPG Key Problems
2046- GPGKEY
2046+ # GPGKEY
20472047
20482048 # Update The APT Cache
20492049 UPDATEAPT
You can’t perform that action at this time.
0 commit comments