From 1e49895eb7f17060e8df5ed134b81735905c8ce9 Mon Sep 17 00:00:00 2001 From: AlainCas <48677308+AlainCas@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:11:04 +0200 Subject: [PATCH] Update manifest.toml A small bub (an extra "fi" in manifest), oups! --- manifest.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e88a6a8..fb742b0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -86,10 +86,9 @@ ram.runtime = "50M" packages = "php8.3-tidy, php8.3-intl, php8.3-mbstring, php8.3-xml, php8.3-gd, php8.3-curl" packages_from_raw_bash = """ if [[ "$db_type" == "mysql" ]]; then - echo "mariadb-server, php8.3-mysql" - fi + echo "mariadb-server, php8.3-mysql" elif [[ "$db_type" == "postgresql" ]]; then - echo "postgresql, php8.3-pgsql" + echo "postgresql, php8.3-pgsql" fi """