This commit is contained in:
USER
2024-07-26 22:56:39 +01:00
parent f5512f19f6
commit 66ae3eec25
4 changed files with 14 additions and 10 deletions

View File

@ -7,7 +7,7 @@ SHARE_LIST=/zz/zPrivate/secrets/share.list
grep -v ${myID} ${MASTER_LIST} ${SHARE_LIST} > /tmp/final.1
syncthing cli config folders list > /tmp/final.2
${BINARY} cli config folders list > /tmp/final.2
for i in `cat /tmp/final.1`
do
@ -15,6 +15,6 @@ do
for j in `cat /tmp/final.2`
do
echo $j
syncthing cli config folders $j devices add --device-id=$i
${BINARY} cli config folders $j devices add --device-id=$i
done
done