From 90885e6fb6b912ece376d1e609d1292dd0884d64 Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 2 May 2003 13:54:49 +0000 Subject: [PATCH] Say if there's nothing to do. --- cron.daily-non-US | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2