forked from ungleich-public/cdist
__file: kiss and fix regression on Mac OSX
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
This commit is contained in:
parent
abbc7dfc37
commit
6c8c692a22
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ if [ "$state_should" = "present" ] || [ "$state_should" = "exists" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# upload file to temp location
|
# upload file to temp location
|
||||||
upload_destination="$(mktemp -u "/__cdist${destination}.cdist.XXXXXXXXXX" | sed 's|^/__cdist||')"
|
upload_destination="${destination}.cdist.${__cdist_object_marker}.$$"
|
||||||
# Yes, we are aware that this is a race condition.
|
# Yes, we are aware that this is a race condition.
|
||||||
# However:
|
# However:
|
||||||
# a) cdist usually writes to directories that are not user writable
|
# a) cdist usually writes to directories that are not user writable
|
||||||
|
|
Loading…
Reference in a new issue