mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 08:55:45 +08:00
Make crond log to stderr so Docker can forward it (#120)
This commit is contained in:
parent
342ae5910e
commit
e738bd0539
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ else
|
|||
fi
|
||||
|
||||
echo "Starting cron in foreground."
|
||||
crond -f -l 8
|
||||
crond -f -d 8
|
||||
|
|
Loading…
Reference in a new issue