#!/bin/bash # Author: Iain Douglas t_Log "Running $0 - Checking lastlog" lastlog -u shadowuser | grep -q '**Never logged in**' t_CheckExitStatus $?