Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2020-06-18 17:46:08 +0300
committerGitHub <noreply@github.com>2020-06-18 17:46:08 +0300
commitb9c22afdbe5efef652f0d9b7a223d10cd6e1b53e (patch)
tree61413757274cef955e259a99d45b04670211fb2b /Duplicati/Library/Backend/Tardigrade
parenta78d4a096f058dbc93c7bb2656b3efb9e8602641 (diff)
fix: Use the duplicati-temp-folder
Diffstat (limited to 'Duplicati/Library/Backend/Tardigrade')
-rw-r--r--Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
index 234c58fd6..071c1f9b1 100644
--- a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
+++ b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
@@ -46,7 +46,7 @@ namespace Duplicati.Library.Backend.Tardigrade
static Tardigrade()
{
- Access.SetTempDirectory(System.IO.Path.GetTempPath());
+ Access.SetTempDirectory(Library.Utility.TempFolder.SystemTempPath);
}
// ReSharper disable once UnusedMember.Global