mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 13:32:17 +03:00
7 lines
135 B
Text
7 lines
135 B
Text
|
#!/bin/bash
|
||
|
if [ -n $PAM_USER ]; then
|
||
|
if [ $PAM_USER != "root" ]; then
|
||
|
sudo python3 /opt/ahenk/ahenkd.py login $PAM_USER
|
||
|
fi
|
||
|
fi
|