mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-03 12:14:39 -06:00
Check directory existence again when failing to create it to avoid erroring out on race condition
This commit is contained in:
@@ -93,7 +93,6 @@ function add_file()
|
||||
FILE_NAME=$1
|
||||
pushd ${TEST_REPO}
|
||||
dd if=/dev/urandom of=${FILE_NAME} bs=1000 count=20000
|
||||
echo ${FILE_NAME} > "${FILE_NAME}"
|
||||
popd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user