diff --git a/entrypoint.sh b/entrypoint.sh index 1de277b..02ccef9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +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"" + su $USER -c "getmail --rcfile="$RC" 2>&1 | tee "$LOG"" echo "Running first mail fetch for $ACC as $USER with getmail." done done