From 515d2cc2253f9fe724275857852e172b91346c6b Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 31 May 2016 23:36:34 +0200 Subject: [PATCH] Give read permissions to the comment file As queue-viewer needs access to them. Signed-off-by: Emilio Pozuelo Monfort --- scripts/debian/p-u-comment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/debian/p-u-comment.sh b/scripts/debian/p-u-comment.sh index 3794f854..95454701 100755 --- a/scripts/debian/p-u-comment.sh +++ b/scripts/debian/p-u-comment.sh @@ -65,6 +65,7 @@ tmpfile=$( gettempfile ) destfile=${COMMAND}.${PACKAGE} cat > ${tmpfile} +chmod a+r ${tmpfile} mv ${tmpfile} ${destfile} -- 2.39.2