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