Commit 89989adc authored by temoffey's avatar temoffey
Browse files

fix syntax

parent 95cdb4b2
...@@ -97,7 +97,7 @@ gcore_cdn_deploy() { ...@@ -97,7 +97,7 @@ gcore_cdn_deploy() {
_sslDataAdd=$(echo "$_response" | jq -r '.id') _sslDataAdd=$(echo "$_response" | jq -r '.id')
_debug _sslDataAdd "$_sslDataAdd" _debug _sslDataAdd "$_sslDataAdd"
if [ "$_sslDataAdd" == "null" ]; then if [ "$_sslDataAdd" = "null" ]; then
_err "Error new SSL certificate add" _err "Error new SSL certificate add"
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment