mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #11538 from overleaf/msm-crontab-permission
[CE] changed `crontab` permissions to `600` GitOrigin-RevId: 38e145fe0d15cc1859096232bd8754e81726be2d
This commit is contained in:
parent
6641d78f22
commit
d9b851fb9e
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ RUN chmod 644 /etc/logrotate.d/sharelatex
|
||||||
# Configure cron tasks
|
# Configure cron tasks
|
||||||
# ----------------------
|
# ----------------------
|
||||||
ADD server-ce/cron /overleaf/cron
|
ADD server-ce/cron /overleaf/cron
|
||||||
ADD server-ce/config/crontab* /etc/cron.d
|
ADD server-ce/config/crontab-history /etc/cron.d/crontab-history
|
||||||
|
RUN chmod 600 /etc/cron.d/crontab-history
|
||||||
|
|
||||||
# Copy Phusion Image startup scripts to its location
|
# Copy Phusion Image startup scripts to its location
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue