File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments