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
|
@ -91,7 +91,8 @@ if [ $(echo $nonfreepackagelist | wc -l) -eq 1 ] && [ $(echo $nonfreepackagelist
|
||||||
sed -i.$(date "+%m%d%y") 's/ snmp-mibs-downloader,//g' /var/lib/dpkg/status
|
sed -i.$(date "+%m%d%y") 's/ snmp-mibs-downloader,//g' /var/lib/dpkg/status
|
||||||
DEBIAN_FRONTEND=noninteractive apt purge snmp-mibs-downloader
|
DEBIAN_FRONTEND=noninteractive apt purge snmp-mibs-downloader
|
||||||
if [ -f /etc/apt/sources.list.d/non-free.list ];then
|
if [ -f /etc/apt/sources.list.d/non-free.list ];then
|
||||||
ynh_secure_remove /etc/apt/sources.list.d/non-free.list
|
ynh_secure_remove /etc/apt/sources.list.d/non-free.list
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue