Просмотр исходного кода

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

Éric Gaspar 1 год назад
Родитель
Сommit
1b652323f6
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      manifest.toml
  2. 0 1
      scripts/remove

+ 1 - 1
manifest.toml

@@ -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",

+ 0 - 1
scripts/remove

@@ -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"