From 12628c8346965392b18f976bbb94996e25f1aac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:15:00 +0100 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ea61833..a4b6fef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,4 +57,4 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring" + packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip" From 91e8bedf13e089910e8a84d46ef6cf753ddd0ac2 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 13 Nov 2023 16:52:46 +0100 Subject: [PATCH 2/3] 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 From dec102dc8e1d3152f26104edc88f812e30444ed8 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 13 Nov 2023 16:54:11 +0100 Subject: [PATCH 3/3] Update cron resolve `Missing newline before EOF, this crontab file will be ignored` --- conf/cron | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/cron b/conf/cron index ef6f1f5..80068eb 100644 --- a/conf/cron +++ b/conf/cron @@ -1,2 +1,3 @@ @daily __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/cron.php * * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php +