mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Use os.TempDir() for temporary directory in default path
This commit is contained in:
committed by
Michael Eischer
parent
1172d7e068
commit
223520b964
8
changelog/unreleased/pull-158
Normal file
8
changelog/unreleased/pull-158
Normal file
@@ -0,0 +1,8 @@
|
||||
Bugfix: Use platform-specific temporary directory in default path
|
||||
|
||||
Instead of using hardcoded value for temporary directory, rest-server now uses
|
||||
Go standard library functions to retrieve the temporary directory path for the
|
||||
current platform.
|
||||
|
||||
https://github.com/restic/rest-server/issues/157
|
||||
https://github.com/restic/rest-server/pull/158
|
||||
Reference in New Issue
Block a user