mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
Typo fix
This commit is contained in:
parent
de3bac53bf
commit
4b02ee5b46
@ -67,7 +67,7 @@ kong_deploy() {
|
||||
_debug content "$content"
|
||||
#Check if sslcreated (if not => POST else => PATCH)
|
||||
|
||||
if [ -z "$ssl_uuid" ]; then
|
||||
if [ ! -z "$ssl_uuid" ]; then
|
||||
#Post certificate to Kong
|
||||
response=$(_post "$content" "$KONG_URL/certificates" "" "POST")
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user