bitnami / bncert

Bitnami HTTPS Configuration Tool
https://bitnami.com
Apache License 2.0
5 stars 1 forks source link

Ensure Crontab file always ends with a newline #2

Closed marcosbc closed 1 year ago

marcosbc commented 1 year ago

Description of the change

Fixes an issue where importing an updated Crontab file would fail if the original one did not contain a newline, because it expects all files to contain it.

Benefits

Users can run Bncert even if their previous crontab file is invalid due to not ending with a newline.

Possible drawbacks

None.

Applicable issues

Additional information