This commit is contained in:
Hossy 2024-01-31 17:34:26 +03:00 committed by GitHub
commit 638eb330f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,10 +162,10 @@ synology_dsm_deploy() {
_debug2 H1 "${_H1}"
# Now that we know the username & password are good, save them
_savedeployconf SYNO_Username "$SYNO_Username"
_savedeployconf SYNO_Password "$SYNO_Password"
_savedeployconf SYNO_Device_Name "$SYNO_Device_Name"
_savedeployconf SYNO_Device_ID "$SYNO_Device_ID"
_savedeployconf SYNO_Username "$SYNO_Username" "base64"
_savedeployconf SYNO_Password "$SYNO_Password" "base64"
_savedeployconf SYNO_DID "$SYNO_DID" "base64"
_savedeployconf SYNO_TOTP_SECRET "$SYNO_TOTP_SECRET" "base64"
_info "Getting certificates in Synology DSM"
response=$(_post "api=SYNO.Core.Certificate.CRT&method=list&version=1&_sid=$sid" "$_base_url/webapi/entry.cgi")