Skip to content
Snippets Groups Projects
Commit 2a6790ed authored by ribeaudc's avatar ribeaudc
Browse files

remove: - Datamover pid file.

SVN: 6999
parent 310f02ba
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ final class DataMoverShutdownHook implements ITriggerable
terminable.terminate();
deleteFile(outgoingTargetLocationFile, "outgoing target location");
deleteFile(markerFile, "marker");
deleteFile(new File("datamover.pid"), "Datamover pid file");
exitHandler.exit(0);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment