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

@ -11,5 +11,5 @@ grep -v ${myID} ${MASTER_LIST} ${SHARE_LIST} > /tmp/final.1
for i in `cat /tmp/final.1`
do
echo $i
syncthing cli config devices add --device-id $i
${BINARY} cli config devices add --device-id $i
done