Browse Source

Update return statement

pull/3928/head
John Elliott 3 years ago
parent
commit
3a99a77104
  1. 2
      deploy/synology_dsm.sh

2
deploy/synology_dsm.sh

@ -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

Loading…
Cancel
Save