Skip to content

Commit 9180eb2

Browse files
committed
Remove a spurious print "" which causes reports from cron when run under cron.
- Legacy-Id: 424
1 parent 8aa7685 commit 9180eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/update-db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PIDFILE=$LOCKDIR/pid
2727

2828
while true; do
2929
if mkdir $LOCKDIR; then
30-
echo ""
30+
#echo ""
3131
#date +"Time: %Y-%m-%d %H:%M"
3232
#echo "Database dump file is from $(date -r $DBDUMP +'%Y-%m-%d %H:%M')."
3333
#echo "Last update done $(date -r $DBDONE +'%Y-%m-%d %H:%M')."

0 commit comments

Comments
 (0)