Aspen-Discovery/aspen-discovery

Since 8b65e3a1f8 sites/template.linux/conf/crontab_settings.txt no longer ends in a newline

mrenvoize opened this issue · 1 comments

POSIX operating systems requires a trailing newline character to consider any line to be complete.

We lost said character with 8b65e3a and so when createSite is used to create a new site the cronfile it generates is faulty until someone manually edits it for the first time (nano, vim and most other editors all add this automatically add this character on save)

You put in a PR for this, closing