From 59293cc7c60688d5b34a038805a33dbdbd2133d3 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 9 Jul 2017 03:31:58 -0400 Subject: www/publish.sh: Make safe to run multiple instances concurrently Instead of always using the same file (temp.md), use a unique temporary file so that multiple instances of publish.sh do not clobber each other's work. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a1562e82..0390f3b0 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ push tocheck* *.html !www/template.html -/www/temp.md /www/news/index.md /www/feed.xml /www/news/feed.xml -- cgit v1.2.3-70-g09d2