Update fax_queue.php

This commit is contained in:
FusionPBX
2022-04-24 00:18:36 -06:00
committed by GitHub
parent 37a0718d44
commit 9c6c5fead0

View File

@@ -204,7 +204,7 @@
}
//remove the old pid file
if (file_exists($file)) {
if (file_exists($pid_file)) {
unlink($pid_file);
}