From 9180eb219b0191b157c30f0c69a9d18a3115ae78 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 16 Jun 2007 11:15:48 +0000 Subject: [PATCH] Remove a spurious print "" which causes reports from cron when run under cron. - Legacy-Id: 424 --- test/update-db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/update-db b/test/update-db index f6357d600..24c4039cc 100755 --- a/test/update-db +++ b/test/update-db @@ -27,7 +27,7 @@ PIDFILE=$LOCKDIR/pid while true; do if mkdir $LOCKDIR; then - echo "" + #echo "" #date +"Time: %Y-%m-%d %H:%M" #echo "Database dump file is from $(date -r $DBDUMP +'%Y-%m-%d %H:%M')." #echo "Last update done $(date -r $DBDONE +'%Y-%m-%d %H:%M')."