mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
fix: correct return value
This commit is contained in:
parent
6a2c9a0dc1
commit
6251652c93
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user