From: Nicolas Boisselier Date: Sat, 23 Feb 2019 02:02:17 +0000 (+0000) Subject: etc/profile.d/nb.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=5a2e26980b2fcde29c1fd24e320af861b9dada0f;p=nb.git etc/profile.d/nb.sh --- diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index f94b03fc..577744fd 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -118,7 +118,7 @@ nb_api_table_post() { nb_api_post_sys_infos() { # To be compatible with other sed that does not support \t sys_infos | while read -ra i; do - nb_api_post_host_info "${i[0]}" "${i[1]}" + nb_api_post_host_info "sys.${i[0]}" "${i[1]}" done }