From 00a78908f0f0343a8e66c7639426ce661e454ad3 Mon Sep 17 00:00:00 2001 From: USER Date: Mon, 5 May 2025 12:08:30 +0100 Subject: [PATCH] . --- fixsyncthing/scripts/01-machines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixsyncthing/scripts/01-machines b/fixsyncthing/scripts/01-machines index b7036f2..8235994 100755 --- a/fixsyncthing/scripts/01-machines +++ b/fixsyncthing/scripts/01-machines @@ -3,7 +3,7 @@ TEMP1=$(mktemp) TEMP2=$(mktemp) -${BINARY} cli config devices ${myID} name set ${MYHOST}.${LOGNAME} +${BINARY} cli config devices ${myID} name set ${PREFIX}${MYHOST}.${LOGNAME} grep -v ${myID} ${SHARE_LIST} > ${TEMP1}