1
0
Fork 0
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:
Mickael-Martin 2019-03-07 13:45:28 +01:00
parent b5c354a591
commit 77fb6333e4

View file

@ -93,6 +93,7 @@ if [ $(echo $nonfreepackagelist | wc -l) -eq 1 ] && [ $(echo $nonfreepackagelist
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
#================================================= #=================================================
# STANDARD UPGRADE STEPS # STANDARD UPGRADE STEPS