#!/bin/bash if [ -n $PAM_USER ]; then if [ $PAM_USER != "root" ]; then sudo python3 /opt/ahenk/ahenkd.py login $PAM_USER fi fi