making shellcheck happy

This commit is contained in:
Oliver Dick 2019-02-04 15:40:45 +01:00
parent 759b75ca48
commit 4eda39a31d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ _hostingde_getZoneConfig() {
zoneConfigDnsServerGroupId=$(echo "${curResult}" | _hostingde_parse "dnsServerGroupId")
zoneConfigEmailAddress=$(echo "${curResult}" | _hostingde_parse "emailAddress")
zoneConfigDnsSecMode=$(echo "${curResult}" | _hostingde_parse "dnsSecMode")
if [ ${zoneConfigType} != "\"NATIVE\"" ]; then
if [ "${zoneConfigType}" != "\"NATIVE\"" ]; then
_err "Zone is not native"
returnCode=1
break