5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
|
#!/bin/bash
|
||
|
# run the session logout script manually, used for debugging
|
||
|
sudo -E HOME=$HOME USER=$USER /bin/bash session_logout
|
||
|
|