Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tctlrd committed Dec 21, 2023
1 parent 687320a commit b56d80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b56d80f

Please sign in to comment.