Browse Source

removed --letencrypt=status

develop
Prabuddha Chakraborty 9 years ago
parent
commit
180e880994
  1. 5
      ee/cli/plugins/site.py

5
ee/cli/plugins/site.py

@ -765,7 +765,7 @@ class EESiteUpdateController(CementBaseController):
(['--letsencrypt'],
dict(help="configure letsencrypt ssl for the site",
action='store' or 'store_const',
choices=('on', 'off', 'renew', 'status'), const='on', nargs='?')),
choices=('on', 'off', 'renew'), const='on', nargs='?')),
(['--proxy'],
dict(help="update to proxy site", nargs='+')),
(['--experimental'],
@ -1025,9 +1025,6 @@ class EESiteUpdateController(CementBaseController):
"site")
pargs.pagespeed = False
#--letsencrypt=status code here
#if pargs.letsencrypt == "renew":
#--letsencrypt=renew code goes here
if pargs.letsencrypt == "renew":
if check_ssl:

Loading…
Cancel
Save