Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ed971df9
Unverified
Commit
ed971df9
authored
Jun 19, 2021
by
Avi Miller
Browse files
fix: add missing else/return 1 to if block
Signed-off-by:
Avi Miller
<
avi.miller@oracle.com
>
parent
017a1018
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_oci.sh
View file @
ed971df9
...
...
@@ -30,6 +30,8 @@ dns_oci_add() {
_err
"Error: failed to add TXT record for
${
_sub_domain
}
.
${
_domain
}
."
return
1
fi
else
return
1
fi
else
...
...
@@ -53,6 +55,8 @@ dns_oci_rm() {
_err
"Error: failed to remove TXT record for
${
_sub_domain
}
.
${
_domain
}
."
return
1
fi
else
return
1
fi
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment