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-01-17 14:06:02 +01:00
parent 6900e5747f
commit 54aeb2167c

View file

@ -111,7 +111,7 @@ importState=$(curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
if [ "$importState" -eq "1" ];then if [ "$importState" -eq "1" ];then
ynh_print_info "Template Yunohost imported !" ynh_print_info "Template Yunohost imported !"
else else
ynh_print_warn "Template Yunohost imported !" ynh_print_warn "Template Yunohost not imported !"
fi fi
#================================================= #=================================================