From b56d80f909d9ed6f48d16cfcb89e879c25853a29 Mon Sep 17 00:00:00 2001 From: tctlrd <135671403+tctlrd@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:11:20 +0000 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0a6b688..b378b21 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -41,7 +41,7 @@ for USER in $(ls -1 /home); do touch "$LOG" chown "$host_uid:$host_gid" "$LOG" chmod 644 "$LOG" - su $USER -c "(date; flock -n ~/.getmail/lock-$ACC getmail --rcfile=\"$RC\" --idle INBOX) >> \"/var/log/getmail/$ACC.log\" 2>&1" + su $USER -c "flock -n ~/.getmail/lock-$ACC getmail --rcfile="$RC" --idle INBOX" done done