changeset 638:b29e31dc3fbd

Quiz-detection SQL file should be located in temporary dir
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 03 May 2020 16:47:54 +0900
parents 2b1339d50b30
children 1c36cb1a1a0e
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Sun May 03 13:44:17 2020 +0900
+++ b/s4-blog.sh	Sun May 03 16:47:54 2020 +0900
@@ -207,7 +207,7 @@
   href4='<a href="#bottom" accesskey="b" title="B"> 末尾へ</a>'
   $isgrpadmin &&
       href5="<a href=\"?blogseen+$rowid\" accesskey=\"s\" title=\"S\"> 読刻</a>"
-  quizmodefile=$td/quiz; rm -f "$quizmodefile"	# XXX: Global state
+  quizmodefile=$tmpd/quiz; rm -f "$quizmodefile"	# XXX: Global state
 
   query<<-EOF |
 	SELECT coalesce((SELECT "yes" FROM blog

yatex.org