Browse Source

fix typo

master
Prabuddha Chakraborty 9 years ago
parent
commit
b3eab3d24f
  1. 5
      ee/cli/plugins/site.py

5
ee/cli/plugins/site.py

@ -1149,18 +1149,15 @@ class EESiteUpdateController(CementBaseController):
if pargs.php7:
if php7 is old_php7:
if php7 is False:
Log.info(self, "PHP 7.0 is already disabled for given "
"site")
elif pagespeed is True:
elif php7 is True:
Log.info(self, "PHP 7.0 is already enabled for given "
"site")
pargs.php7 = False
#--letsencrypt=renew code goes here
if pargs.letsencrypt == "renew" and not pargs.all:
expiry_days = SSL.getExpirationDays(self,ee_domain)

Loading…
Cancel
Save