1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update upgrade

This commit is contained in:
Mickael-Martin 2019-02-05 13:24:45 +01:00
parent 96e192de6e
commit 6d9b9aaf76

View file

@ -218,8 +218,15 @@ then
rm -fr /tmp/zabbix* rm -fr /tmp/zabbix*
else
ynh_print_info "No update from repo ! (Already up to date)"
fi
else
ynh_print_info "No update from repo ! (Trusted version)"
fi
#================================================= #=================================================
# SETUP SSOWAT # RE-ENABLE SSOWAT
#================================================= #=================================================
# Make app public if necessary # Make app public if necessary
@ -233,9 +240,3 @@ then
systemctl reload nginx systemctl reload nginx
yunohost app ssowatconf yunohost app ssowatconf
else
ynh_print_info "No update from repo ! (Already up to date)"
fi
else
ynh_print_info "No update from repo ! (Trusted version)"
fi