diff --git a/config/debian/cron.daily b/config/debian/cron.daily index b8f29278e0cf7c172b480fb52f6d03e4e71da74d..4324a8fe290ad9cebb354895ebce532fa98b19bb 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -20,8 +20,7 @@ trap cleanup SIGHUP SIGINT SIGPIPE SIGTERM EXIT ERR # get the latest list of wnpp bugs and their source packages wget -q -O${TMPFILE} http://qa.debian.org/data/bts/wnpp_rm +chmod go+r ${TMPFILE} mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm -chgrp ftpteam /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm -chmod g+r /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm ################################################################################