diff --git a/fixsyncthing/scripts/01-machines b/fixsyncthing/scripts/01-machines index 8235994..4610058 100755 --- a/fixsyncthing/scripts/01-machines +++ b/fixsyncthing/scripts/01-machines @@ -3,8 +3,12 @@ TEMP1=$(mktemp) TEMP2=$(mktemp) +sleep 60 + ${BINARY} cli config devices ${myID} name set ${PREFIX}${MYHOST}.${LOGNAME} +sleep 60 + grep -v ${myID} ${SHARE_LIST} > ${TEMP1} for i in `cat ${TEMP1}`