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 a7bf823 commit d2a5fd9
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"
echo -e "timeout 2m getmail --rcfile=\"$RC\" --idle INBOX" >> /etc/rungm.sh
echo -e "su $USER -c 'timeout 2m getmail --rcfile=\"$RC\" --idle INBOX'" >> /etc/rungm.sh
chown "$host_uid:$host_gid" /etc/rungm.sh
chmod 755 "/etc/rungm.sh"
done
Expand Down

0 comments on commit d2a5fd9

Please sign in to comment.