This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/bash
|
|
# run the session logout script manually, used for debugging
|
|
sudo -E HOME=$HOME USER=$USER /bin/bash session_logout
|
|
|