fix duplicate logging

This commit is contained in:
Gerrit Gogel 2023-02-26 12:34:49 +01:00
parent 01236f4045
commit 1df962ad1e

View file

@ -40,7 +40,7 @@ function gc_cron {
} }
function logger { function logger {
tail -f /opt/seafile/logs/common.log | tee /proc/1/fd/1 tail -f /opt/seafile/logs/common.log | tee
} }
function keep_running { function keep_running {