mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
change ynh_print_info to echo cause ynh_print_info broken actually
This commit is contained in:
parent
9da93fd67e
commit
8ada47a232
1 changed files with 4 additions and 2 deletions
|
@ -187,10 +187,12 @@ then
|
|||
check_proc_zabbixserver
|
||||
|
||||
else
|
||||
ynh_print_info "No update from repo ! (Already up to date)"
|
||||
#ynh_print_info "No update from repo ! (Already up to date)"
|
||||
echo "No update from repo ! (Already up to date)"
|
||||
fi
|
||||
else
|
||||
ynh_print_info "No update from repo ! (Trusted version)"
|
||||
#ynh_print_info "No update from repo ! (Trusted version)"
|
||||
echo "No update from repo ! (Trusted version)"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue