1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update manifest.toml

A small bub (an extra "fi" in manifest), oups!
This commit is contained in:
AlainCas 2024-07-16 19:11:04 +02:00 committed by GitHub
parent b02cf991bd
commit 1e49895eb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
"""