From 5d742267622741d717155b099c575bde7880d536 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 19 Sep 2023 11:40:11 -0400 Subject: [PATCH] Fix unlinking lock file --- cron_ticket_email_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron_ticket_email_parser.php b/cron_ticket_email_parser.php index c1955a04..43d9b3b0 100644 --- a/cron_ticket_email_parser.php +++ b/cron_ticket_email_parser.php @@ -459,4 +459,4 @@ imap_expunge($imap); imap_close($imap); // Remove the lock file -//unlink($lock_file_path); +unlink($lock_file_path);