mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 10:52:17 +03:00
8 lines
179 B
Text
8 lines
179 B
Text
|
#!/bin/bash
|
||
|
if [ -n $PAM_USER ]; then
|
||
|
if [ $PAM_USER != "root" ]; then
|
||
|
sudo python3 /opt/ahenk/ahenkd.py logout $PAM_USER
|
||
|
echo "gittim" >> /home/lider/cemre.log
|
||
|
fi
|
||
|
fi
|