fix syntax
This commit is contained in:
parent
95cdb4b2bc
commit
89989adcad
@ -97,7 +97,7 @@ gcore_cdn_deploy() {
|
||||
_sslDataAdd=$(echo "$_response" | jq -r '.id')
|
||||
_debug _sslDataAdd "$_sslDataAdd"
|
||||
|
||||
if [ "$_sslDataAdd" == "null" ]; then
|
||||
if [ "$_sslDataAdd" = "null" ]; then
|
||||
_err "Error new SSL certificate add"
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user