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 b8c3ae9 commit b6150b6
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 "flock -n ~/.getmail/lock-$ACC getmail --rcfile="$RC" --idle INBOX"
su $USER -c "timout 2m getmail --rcfile="$RC" --idle INBOX"
done
done

Expand Down

0 comments on commit b6150b6

Please sign in to comment.