mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6d98d6a7c0
[server-pro] remove ShareLaTeX branding from filesystem GitOrigin-RevId: c1d2c63bdc888d81e03bb1721e44b6ed6f64524b
7 lines
232 B
Bash
Executable file
7 lines
232 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
# Up to version 2.5.0 the logs of the contacts service were written into a
|
|
# file that was not picked up by logrotate.
|
|
# The service is stable and we can safely discard any logs.
|
|
rm -vf /var/log/overleaf/contacts
|