Skip to content

Commit 407b1c3

Browse files
committed
Fix Update Issue #201
1 parent 597b688 commit 407b1c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

usr/local/sbin/eeupdate

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ EE134()
477477
# Removing Old Nginx Repository
478478
rm /etc/apt/sources.list.d/brianmercer-nginx*
479479

480-
# Add Nginx Launchpad Repository
480+
# Add rtCamp Nginx Launchpad Repository
481481
echo -e "\033[34mAdding rtCamp Nginx Launchpad Repository, Please Wait...\e[0m"
482482
add-apt-repository -y ppa:rtcamp/nginx &>> $INSTALLLOG \
483483
|| OwnError "Unable To Add Nginx Launchpad Repository"
@@ -587,10 +587,10 @@ then
587587
if [[ $EECURRENTVERSION = 1.2.2 ]]
588588
then
589589
EE122
590-
EECURRENTVERSION="1.3.3"
590+
EECURRENTVERSION="1.3.0"
591591
fi
592592

593-
if [[ $EECURRENTVERSION = 1.3.3 ]]
593+
if [[ $EECURRENTVERSION = 1.3.0 ]] || [[ $EECURRENTVERSION = 1.3.1 ]] || [[ $EECURRENTVERSION = 1.3.2 ]] || [[ $EECURRENTVERSION = 1.3.3 ]]
594594
then
595595
EE133
596596
EECURRENTVERSION="1.3.4"

0 commit comments

Comments
 (0)