300_delete_old_logs.sh 234 B

1234567
  1. #!/bin/sh
  2. set -e
  3. # Up to version 2.5.0 the logs of the contacts service were written into a
  4. # file that was not picked up by logrotate.
  5. # The service is stable and we can safely discard any logs.
  6. rm -vf /var/log/sharelatex/contacts