From 407b1c3acba69cb15f87494d9a9328f32450a213 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 24 Apr 2014 11:00:39 +0530 Subject: [PATCH] Fix Update Issue #201 --- usr/local/sbin/eeupdate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/sbin/eeupdate b/usr/local/sbin/eeupdate index 6f123925..7113f6e8 100644 --- a/usr/local/sbin/eeupdate +++ b/usr/local/sbin/eeupdate @@ -477,7 +477,7 @@ EE134() # Removing Old Nginx Repository rm /etc/apt/sources.list.d/brianmercer-nginx* - # Add Nginx Launchpad Repository + # Add rtCamp Nginx Launchpad Repository echo -e "\033[34mAdding rtCamp Nginx Launchpad Repository, Please Wait...\e[0m" add-apt-repository -y ppa:rtcamp/nginx &>> $INSTALLLOG \ || OwnError "Unable To Add Nginx Launchpad Repository" @@ -587,10 +587,10 @@ then if [[ $EECURRENTVERSION = 1.2.2 ]] then EE122 - EECURRENTVERSION="1.3.3" + EECURRENTVERSION="1.3.0" fi - if [[ $EECURRENTVERSION = 1.3.3 ]] + if [[ $EECURRENTVERSION = 1.3.0 ]] || [[ $EECURRENTVERSION = 1.3.1 ]] || [[ $EECURRENTVERSION = 1.3.2 ]] || [[ $EECURRENTVERSION = 1.3.3 ]] then EE133 EECURRENTVERSION="1.3.4"