Skip to content
Snippets Groups Projects
Commit 90d143fd authored by an7s's avatar an7s
Browse files

Ensure no collision on remote dir name

parent bbe7b9ed
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ if [ -z "$md5name" ]; then
exit 4
fi
DIRECTORY=/tmp/remote-analyze/${md5name}
# avoid name collision if concurrent peasoupication of same binary
DIRECTORY=/tmp/remote-analyze/${md5name}.$$
# in seconds
COPY_TIMEOUT=75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment