2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-22 01:49:43 +00:00

Update return statement

This commit is contained in:
John Elliott 2022-02-07 21:55:12 -08:00
parent 5ce8050e46
commit 3a99a77104

View File

@ -98,7 +98,7 @@ synology_dsm_deploy() {
otp_code="$(oathtool --base32 --totp "${SYNO_TOTP_SECRET}" 2>/dev/null)"
else
_err "oathtool could not be found, install oathtool to use SYNO_TOTP_SECRET"
exit 1
return 1
fi
fi