mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fixed JSON listing
This commit is contained in:
parent
260c303d84
commit
520f82304b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ json_list_rrd() {
|
|||
if [ "$i" -ne 1 ]; then
|
||||
echo -e "\t},"
|
||||
fi
|
||||
echo -e "\\t\"$i\""
|
||||
echo -e "\\t\"$i\": {"
|
||||
echo -e "\t\t\"TYPE\": \"$type\"",
|
||||
echo -e "\t\t\"RRD\": \"$rrd\""
|
||||
(( ++i))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue