Skip to content

Commit 29b2960

Browse files
authored
Optimze comment & remove tail space
1 parent f7f3a0b commit 29b2960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/synology_dsm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# - export SYNO_Scheme="http"
2020
# - export SYNO_Hostname="localhost"
2121
# - export SYNO_Port="5000"
22-
# - export SYNO_Create=1 to allow creating the certificate if it doesn't exist
22+
# - export SYNO_Create=1 - to allow creating the certificate if it doesn't exist
2323
# - export SYNO_Device_Name="CertRenewal" - required if 2FA-OTP enabled
2424
# - export SYNO_Device_ID="" - required for skipping 2FA-OTP
2525
# 3. acme.sh --deploy --deploy-hook synology_dsm -d example.com
@@ -191,7 +191,7 @@ synology_dsm_deploy() {
191191

192192
_H1="X-SYNO-TOKEN: $token"
193193
export _H1
194-
_debug2 H1 "${_H1}"
194+
_debug2 H1 "${_H1}"
195195

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

0 commit comments

Comments
 (0)