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

@ -87,7 +87,6 @@ ram.runtime = "50M"
packages_from_raw_bash = """
if [[ "$db_type" == "mysql" ]]; then
echo "mariadb-server, php8.3-mysql"
fi
elif [[ "$db_type" == "postgresql" ]]; then
echo "postgresql, php8.3-pgsql"
fi