Unverified Commit 05696d44 authored by LordDarkneo's avatar LordDarkneo Committed by GitHub
Browse files

Update synology_dsm.sh

#2727 issue when logging out on older version - using variables to unlog only for CERT user
parent f59a9258
...@@ -223,8 +223,7 @@ synology_dsm_deploy() { ...@@ -223,8 +223,7 @@ synology_dsm_deploy() {
#################### Private functions below ################################## #################### Private functions below ##################################
_logout() { _logout() {
# Logout to not occupy a permanent session, e.g. in DSM's "Connected Users" widget # Logout SERT user only to not occupy a permanent session, e.g. in DSM's "Connected Users" widget (based on previous variables)
#Edit Darkneo - reuse previous variables to logout properly only for CERT user
response=$(_get "$_base_url/webapi/$api_path?api=SYNO.API.Auth&version=$api_version&method=logout&_sid=$sid") response=$(_get "$_base_url/webapi/$api_path?api=SYNO.API.Auth&version=$api_version&method=logout&_sid=$sid")
_debug3 response "$response" _debug3 response "$response"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment