Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
3a99a771
Commit
3a99a771
authored
Feb 07, 2022
by
John Elliott
Browse files
Update return statement
parent
5ce8050e
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/synology_dsm.sh
View file @
3a99a771
...
@@ -98,7 +98,7 @@ synology_dsm_deploy() {
...
@@ -98,7 +98,7 @@ synology_dsm_deploy() {
otp_code
=
"
$(
oathtool
--base32
--totp
"
${
SYNO_TOTP_SECRET
}
"
2>/dev/null
)
"
otp_code
=
"
$(
oathtool
--base32
--totp
"
${
SYNO_TOTP_SECRET
}
"
2>/dev/null
)
"
else
else
_err
"oathtool could not be found, install oathtool to use SYNO_TOTP_SECRET"
_err
"oathtool could not be found, install oathtool to use SYNO_TOTP_SECRET"
exit
1
return
1
fi
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment