This commit is contained in:
USER
2025-05-07 13:48:18 +01:00
parent 00a78908f0
commit fef03d4e96

View File

@ -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}`