]> git.proxmox.com Git - mirror_acme.sh.git/commit - acme.sh
Fix for parsing status in response
authorAaron Bartell <aaronbartell@gmail.com>
Mon, 28 Mar 2016 18:06:43 +0000 (13:06 -0500)
committerAaron Bartell <aaronbartell@gmail.com>
Mon, 28 Mar 2016 18:06:43 +0000 (13:06 -0500)
commit7d91e35f5fa9120f4a426370314b0785899f2953
tree67227341e25b75640ab9d0f3e21f11abf7e136f0
parent90dda23f3345a6191faa2c99c1ddf5ccd10758b5
Fix for parsing status in response

The JSON `status` attribute wasn't being parsed and that caused the rest of the process to fail.  I changed it to be like the other JSON parsing (i.e. `entry` and `token`) and it now works.
le.sh