Skip to content

Commit 520f823

Browse files
committed
Fixed JSON listing
1 parent 260c303 commit 520f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_list_sys_rrd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ json_list_rrd() {
2020
if [ "$i" -ne 1 ]; then
2121
echo -e "\t},"
2222
fi
23-
echo -e "\\t\"$i\""
23+
echo -e "\\t\"$i\": {"
2424
echo -e "\t\t\"TYPE\": \"$type\"",
2525
echo -e "\t\t\"RRD\": \"$rrd\""
2626
(( ++i))

0 commit comments

Comments
 (0)