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

Update synology_dsm.sh

Issue for lougout
parent afacdfcb
......@@ -224,6 +224,7 @@ synology_dsm_deploy() {
#################### Private functions below ##################################
_logout() {
# Logout to not occupy a permanent session, e.g. in DSM's "Connected Users" widget
response=$(_get "$_base_url/webapi/entry.cgi?api=SYNO.API.Auth&version=$api_version&method=logout")
#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")
_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