mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 12:22:18 +03:00
6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
if [ -n $PAM_USER ]; then
|
|
if [ $PAM_USER != "root" ]; then
|
|
sudo python3 /opt/ahenk/ahenkd.py logout $PAM_USER
|
|
fi
|
|
fi
|