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:
parent
c4676bb54e
commit
63a464f596
2 changed files with 3 additions and 7 deletions
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue