newline rapport activite

This commit is contained in:
tykayn 2020-11-26 17:52:58 +01:00 committed by Baptiste Lemoine
parent 4ea16c163a
commit 092e13a411

View File

@ -89,7 +89,7 @@ function show
{
# to navigate to sub keys like data.statistics.my_key , we must use multiple -e extract options
local value=$(echo "$json" | jshon -e "data" -e "statistics" -e $1 -u)
printf " $key=$value"
printf "$1=$value\n"
}
#