mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:15:55 +00:00
daemon: die if unable to create a stampfile
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
// We disable stamp file, since it is of no use in a multiprocess update.
|
||||
// not really, tho for the time being -fox
|
||||
if (!make_stampfile('update_daemon.stamp')) {
|
||||
print "warning: unable to create stampfile";
|
||||
die("error: unable to create stampfile\n");
|
||||
}
|
||||
|
||||
// Call to the feed batch update function
|
||||
|
||||
Reference in New Issue
Block a user