support json replies from bput

This commit is contained in:
ed
2021-06-06 18:47:21 +02:00
parent 909a76434a
commit cda36ea8b4
3 changed files with 23 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ for d in copyparty dep-j2; do find $d -type f; done |
sed -r 's/(.*)\.(.*)/\2 \1/' | LC_ALL=C sort |
sed -r 's/([^ ]*) (.*)/\2.\1/' | grep -vE '/list1?$' > list1
(grep -vE 'gz$' list1; grep -E 'gz$' list1) >list
(grep -vE '\.(gz|br)$' list1; grep -E '\.(gz|br)$' list1) >list || true
echo creating tar
args=(--owner=1000 --group=1000)