]> git.decadent.org.uk Git - dak.git/commitdiff
Say if there's nothing to do.
authorJames Troup <james@nocrew.org>
Fri, 2 May 2003 13:54:49 +0000 (13:54 +0000)
committerJames Troup <james@nocrew.org>
Fri, 2 May 2003 13:54:49 +0000 (13:54 +0000)
cron.daily-non-US

index f2b4306fcfbdabf19250abe170de08d0eeb70a53..a901f6b80fe560c18e53c4bcc812a87f1aa78a35 100755 (executable)
@@ -44,6 +44,8 @@ if [ ! -z "$(find "$accepted" -name \*.changes -maxdepth 1 -mindepth 1)" ]; then
      mail -s "Non-US Install for $(date +%D)" ftpmaster@ftp-master.debian.org
   chgrp debadmin REPORT
   chmod 664 REPORT
+else
+  echo "kelly: Nothing to install."
 fi
 
 cd $masterdir