Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
f59a9258
Unverified
Commit
f59a9258
authored
Dec 22, 2023
by
LordDarkneo
Committed by
GitHub
Dec 22, 2023
Browse files
Update synology_dsm.sh
Issue for lougout
parent
afacdfcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/synology_dsm.sh
View file @
f59a9258
...
...
@@ -223,7 +223,8 @@ 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"
)
# Logout to not occupy a permanent session, e.g. in DSM's "Connected Users" widget
#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
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment