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
6251652c
Commit
6251652c
authored
Dec 20, 2021
by
racitup
Committed by
neil
Jan 06, 2022
Browse files
fix: correct return value
parent
6a2c9a0d
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_mythic_beasts.sh
View file @
6251652c
...
...
@@ -168,10 +168,11 @@ _initAuth() {
_oauth2
()
{
printenv
if
[
-z
"
$TEST_DNS_SLEEP
"
]
;
then
return
_oauth2_std
_oauth2_std
else
return
_oauth2_github
_oauth2_github
fi
return
$?
}
_oauth2_std
()
{
...
...
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