mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
close broken condition
This commit is contained in:
parent
b5c354a591
commit
77fb6333e4
1 changed files with 2 additions and 1 deletions
|
@ -92,6 +92,7 @@ if [ $(echo $nonfreepackagelist | wc -l) -eq 1 ] && [ $(echo $nonfreepackagelist
|
|||
DEBIAN_FRONTEND=noninteractive apt purge snmp-mibs-downloader
|
||||
if [ -f /etc/apt/sources.list.d/non-free.list ];then
|
||||
ynh_secure_remove /etc/apt/sources.list.d/non-free.list
|
||||
fi
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue