From 5a2e26980b2fcde29c1fd24e320af861b9dada0f Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 23 Feb 2019 02:02:17 +0000 Subject: [PATCH] etc/profile.d/nb.sh --- etc/profile.d/nb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.3