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

Merge branch 'testing' of https://github.com/YunoHost-Apps/zabbix_ynh into testing

This commit is contained in:
Éric Gaspar 2024-06-24 17:11:46 +02:00
commit 1b652323f6
2 changed files with 1 additions and 2 deletions

View file

@ -93,7 +93,7 @@ ram.runtime = "200M"
]
[resources.apt.extras.zabbix]
repo = "http://repo.zabbix.com/zabbix/5.0/debian bullseye main"
repo = "http://repo.zabbix.com/zabbix/5.0/debian __YNH_DEBIAN_VERSION__ main"
key = "https://repo.zabbix.com/zabbix-official-repo.key"
packages = [
"zabbix-agent",

View file

@ -49,7 +49,6 @@ ynh_script_progression --message="Removing various files..."
ynh_secure_remove --file="/etc/$app"
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
ynh_secure_remove --file="/run/$app"