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 0a88153 commit a52efe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ for USER in $(ls -1 /home); do
touch "$LOG"
chown "$host_uid:$host_gid" "$LOG"
chmod 644 "$LOG"
FFS="timout 2m getmail --rcfile=\"$RC\" --idle INBOX"
echo -e ”FFS" >> /etc/rungm.sh
echo -e "timout 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 a52efe7

Please sign in to comment.