Till Brehm
2014-02-16 dc19c4eb8c75b5ec02d2d5337b7fb63c8b61688e
server/scripts/run-getmail.sh
@@ -14,7 +14,7 @@
else
  touch /tmp/.getmail_lock
  if [ "$rcfiles" != "" ]; then
    /usr/bin/getmail -v -g /etc/getmail $rcfiles
    /usr/bin/getmail -v -g /etc/getmail $rcfiles || true
  fi
  rm -f /tmp/.getmail_lock
fi