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:
parent
b02cf991bd
commit
1e49895eb7
1 changed files with 2 additions and 3 deletions
|
@ -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 = "php8.3-tidy, php8.3-intl, php8.3-mbstring, php8.3-xml, php8.3-gd, php8.3-curl"
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
if [[ "$db_type" == "mysql" ]]; then
|
if [[ "$db_type" == "mysql" ]]; then
|
||||||
echo "mariadb-server, php8.3-mysql"
|
echo "mariadb-server, php8.3-mysql"
|
||||||
fi
|
|
||||||
elif [[ "$db_type" == "postgresql" ]]; then
|
elif [[ "$db_type" == "postgresql" ]]; then
|
||||||
echo "postgresql, php8.3-pgsql"
|
echo "postgresql, php8.3-pgsql"
|
||||||
fi
|
fi
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue