Browse Source

fix: correct return value

pull/3876/head
racitup 3 years ago
committed by neil
parent
commit
6251652c93
  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