From 91e8bedf13e089910e8a84d46ef6cf753ddd0ac2 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 13 Nov 2023 16:52:46 +0100 Subject: [PATCH] Update cron resolve issue `Missing newline before EOF, this crontab file will be ignored` --- conf/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron b/conf/cron index 4a4c95f..ef6f1f5 100644 --- a/conf/cron +++ b/conf/cron @@ -1,2 +1,2 @@ @daily __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/cron.php -* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php \ No newline at end of file +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php