Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
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
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_mythic_beasts.sh
View file @
6251652c
...
@@ -168,10 +168,11 @@ _initAuth() {
...
@@ -168,10 +168,11 @@ _initAuth() {
_oauth2
()
{
_oauth2
()
{
printenv
printenv
if
[
-z
"
$TEST_DNS_SLEEP
"
]
;
then
if
[
-z
"
$TEST_DNS_SLEEP
"
]
;
then
return
_oauth2_std
_oauth2_std
else
else
return
_oauth2_github
_oauth2_github
fi
fi
return
$?
}
}
_oauth2_std
()
{
_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