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 3c4c9ff commit 0fcd1fb
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 @@ -42,8 +42,7 @@ for USER in $(ls -1 /home); do
chown "$host_uid:$host_gid" "$LOG"
chmod 644 "$LOG"
# first fetch
su $USER -c "getmail --rcfile="$RC" 2>&1 | tee "$LOG""
echo "su $USER -c "getmail --rcfile="$RC" 2>&1 | tee "$LOG"""
su $USER -c "getmail --rcfile=\"$RC\""
echo "Running first mail fetch for $ACC as $USER with getmail."
done
done
Expand Down

0 comments on commit 0fcd1fb

Please sign in to comment.