remove last ","

This commit is contained in:
fred 2022-07-04 14:18:17 +02:00
parent 5df729f2a7
commit 2d504528db
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ for channel in $(ls ~/.zen/bunkerbox/channels); do
done
echo 'data: [ '$DATA' ]'
echo 'data: [ '$(echo $DATA | sed 's/,*$//g')' ]'