1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

fix formatting

This commit is contained in:
Thomas 2024-06-15 10:45:47 +02:00 committed by GitHub
parent a2d83f31cc
commit 5d15946f5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,9 +89,9 @@ ram.runtime = "200M"
packages_from_raw_bash = """
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
echo ["php7.4-fpm", "php7.4-bcmath"];
echo "php7.4-fpm", "php7.4-bcmath";
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
echo ["php8.2-fpm", "php8.2-bcmath"];
echo "php8.2-fpm", "php8.2-bcmath";
fi
"""
]