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