From fef03d4e96a98a6ede3702b83974cbd6f99bb232 Mon Sep 17 00:00:00 2001 From: USER Date: Wed, 7 May 2025 13:48:18 +0100 Subject: [PATCH] . --- fixsyncthing/scripts/01-machines | 4 ++++ 1 file changed, 4 insertions(+) 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}`