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:
commit
1b652323f6
2 changed files with 1 additions and 2 deletions
|
@ -93,7 +93,7 @@ ram.runtime = "200M"
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.apt.extras.zabbix]
|
[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"
|
key = "https://repo.zabbix.com/zabbix-official-repo.key"
|
||||||
packages = [
|
packages = [
|
||||||
"zabbix-agent",
|
"zabbix-agent",
|
||||||
|
|
|
@ -49,7 +49,6 @@ ynh_script_progression --message="Removing various files..."
|
||||||
ynh_secure_remove --file="/etc/$app"
|
ynh_secure_remove --file="/etc/$app"
|
||||||
|
|
||||||
# Remove the log files
|
# Remove the log files
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
|
||||||
|
|
||||||
ynh_secure_remove --file="/run/$app"
|
ynh_secure_remove --file="/run/$app"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue