From: James Troup Date: Fri, 2 May 2003 13:54:49 +0000 (+0000) Subject: Say if there's nothing to do. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=90885e6fb6b912ece376d1e609d1292dd0884d64;p=dak.git Say if there's nothing to do. --- diff --git a/cron.daily-non-US b/cron.daily-non-US index f2b4306f..a901f6b8 100755 --- a/cron.daily-non-US +++ b/cron.daily-non-US @@ -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