Browse Source

fix: correct return value

pull/3849/head
racitup 3 years ago
parent
commit
bf66df2a29
  1. 5
      dnsapi/dns_mythic_beasts.sh

5
dnsapi/dns_mythic_beasts.sh

@ -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() {

Loading…
Cancel
Save