mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 11:45:56 +00:00
new config option: LOCK_DIRECTORY (bump config version)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
error_reporting(DEFAULT_ERROR_LEVEL);
|
||||
|
||||
function sigint_handler() {
|
||||
unlink("update_daemon.lock");
|
||||
unlink(LOCK_DIRECTORY . "/update_daemon.lock");
|
||||
die("Received SIGINT. Exiting.\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user