Remove a spurious print "" which causes reports from cron when run under cron.

- Legacy-Id: 424
This commit is contained in:
Henrik Levkowetz 2007-06-16 11:15:48 +00:00
parent 8aa7685020
commit 9180eb219b

View file

@ -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')."