From: Joerg Jaspert Date: Sun, 22 Feb 2009 09:20:11 +0000 (+0100) Subject: dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fad9bc8cdb67e344666abc3952b33277d253955e;p=dak.git dinstall use full path for REPORT everywhere Signed-off-by: Joerg Jaspert --- 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() {