Skip to content

Commit

Permalink
Optimze comment & remove tail space
Browse files Browse the repository at this point in the history
  • Loading branch information
scruel authored Sep 7, 2023
1 parent f7f3a0b commit 29b2960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/synology_dsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - export SYNO_Scheme="http"
# - export SYNO_Hostname="localhost"
# - export SYNO_Port="5000"
# - export SYNO_Create=1 to allow creating the certificate if it doesn't exist
# - export SYNO_Create=1 - to allow creating the certificate if it doesn't exist
# - export SYNO_Device_Name="CertRenewal" - required if 2FA-OTP enabled
# - export SYNO_Device_ID="" - required for skipping 2FA-OTP
# 3. acme.sh --deploy --deploy-hook synology_dsm -d example.com
Expand Down Expand Up @@ -191,7 +191,7 @@ synology_dsm_deploy() {

_H1="X-SYNO-TOKEN: $token"
export _H1
_debug2 H1 "${_H1}"
_debug2 H1 "${_H1}"

# Now that we know the username & password are good, save them
_savedeployconf SYNO_Username "$SYNO_Username"
Expand Down

0 comments on commit 29b2960

Please sign in to comment.