Remove a spurious print "" which causes reports from cron when run under cron.
- Legacy-Id: 424
This commit is contained in:
parent
8aa7685020
commit
9180eb219b
|
@ -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')."
|
||||
|
|
Loading…
Reference in a new issue