From fad9bc8cdb67e344666abc3952b33277d253955e Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 22 Feb 2009 10:20:11 +0100 Subject: [PATCH] dinstall use full path for REPORT everywhere Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 9ee1781c..7c388080 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -169,9 +169,9 @@ function accepted() { log "Processing queue/accepted" rm -f "$accepted/REPORT" dak process-accepted -pa -d "$accepted" > "$accepted/REPORT" - cat REPORT | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org - chgrp debadmin REPORT - chmod 664 REPORT + cat "$accepted/REPORT" | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org + chgrp debadmin "$accepted/REPORT" + chmod 664 "$accepted/REPORT" } function cruft() { -- 2.39.2