mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 03:02:17 +03:00
Update pam_script_ses_open
This commit is contained in:
parent
ef22848728
commit
4f3168c092
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ if [ -n $PAM_USER ] && [ $PAM_USER != "root" ]; then
|
|||
if ([ -n $PAM_SERVICE ] && [[ $PAM_SERVICE == *"dm" ]]) || ([ -n $PAM_TTY ] && [[ $PAM_TTY == ":"* ]]); then
|
||||
SERVICE="none"
|
||||
if [ -n $PAM_SERVICE ]; then
|
||||
$SERVICE="$PAM_SERVICE"
|
||||
SERVICE="$PAM_SERVICE"
|
||||
fi
|
||||
TTY_DISPLAY="none"
|
||||
if [ -n $PAM_TTY ]; then
|
||||
$TTY_DISPLAY="$PAM_TTY"
|
||||
TTY_DISPLAY="$PAM_TTY"
|
||||
fi
|
||||
log "login: $PAM_USER service: $SERVICE tty: $TTY_DISPLAY"
|
||||
sudo python3 /opt/ahenk/ahenkd.py login $PAM_USER $SERVICE $TTY_DISPLAY
|
||||
|
|
Loading…
Reference in a new issue