1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Add newline before EOF in /etc/cron.d/kanboard

Should fix the following error in /var/log/syslog:
cron[1049]: (*system*kanboard) ERROR (Missing
newline before EOF, this crontab file will be ignored)
This commit is contained in:
Rasmus Mattsson Kallio 2021-01-01 22:07:14 +01:00
parent bdaa6bb6d5
commit bbbc969316

View file

@ -1,2 +1,2 @@
# Execute the daily cronjob at 8am
0 8 * * * __APP__ cd "__FINALPATH__" && PHP__PHPVERSION__ ./cli cronjob >/dev/null 2>&1
0 8 * * * __APP__ cd "__FINALPATH__" && PHP__PHPVERSION__ ./cli cronjob >/dev/null 2>&1