further shellcheck fixes

This commit is contained in:
ThiloGa 2020-03-21 19:48:17 +01:00
parent 598f29b78e
commit a1c4d159dd
1 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,6 @@ dns_nm_add() {
get="$namemaster_api?User=$NM_user&Password=$NM_sha256&Antwort=csv&Typ=ACME&zone=$zone&hostname=$fulldomain&TXT=$txt_value&Action=Auto&Lifetime=3600"
if ! erg="$(_get "$get")"; then
_err "error Adding $fulldomain TXT: $txt_value"
return 1
@ -105,8 +104,7 @@ _get_root() {
_err "error getting Zone"
return 1
else
if _contains "$zone" "hostname not found"
then
if _contains "$zone" "hostname not found"; then
return 1
fi
fi