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

fix linter

This commit is contained in:
Éric Gaspar 2024-07-22 21:30:17 +02:00
parent c4676bb54e
commit 63a464f596
2 changed files with 3 additions and 7 deletions

View file

@ -69,9 +69,9 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"mariadb-server",
"php8.0-fpm",
"php8.0-redis",
"php8.0-mysql",
"php8.2-fpm",
"php8.2-redis",
"php8.2-mysql",
]
[resources.database]

View file

@ -32,10 +32,6 @@ ynh_backup --src_path="$data_dir" --is_big
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# BACKUP THE PHP-FPM CONFIGURATION
#=================================================
ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================