mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fix v-list-user-log not containing TIME with JSON format
This commit is contained in:
parent
085a9e40c7
commit
8481061da0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ json_list() {
|
|||
echo -n ' "'$ID'": {
|
||||
"CMD": "'$CMD'",
|
||||
"UNDO": "'$UNDO'",
|
||||
"DATE": "'$DATE'",
|
||||
"TIME": "'$TIME'",
|
||||
"DATE": "'$DATE'"
|
||||
}'
|
||||
if [ "$i" -lt "$objects" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue