Help for this page
#!/bin/bash ... echo -e "$string found on $HOSTNAME" | mail -s "LDAP authentication on + $(hostname)" teamsupport@yourdomain.com fi done
#!/bin/bash nohup ./ldap_log_reader.sh 0<&- &>/dev/null &