forked from Qortal/qortal
Fixed bug in path returned to POST /bootstrap/create API.
This commit is contained in:
parent
8eddaa3fac
commit
63a35c97bc
@ -266,7 +266,7 @@ public class Bootstrap {
|
|||||||
SevenZ.compress(compressedOutputPath, outputPath.toFile());
|
SevenZ.compress(compressedOutputPath, outputPath.toFile());
|
||||||
|
|
||||||
// Return the path to the compressed bootstrap file
|
// Return the path to the compressed bootstrap file
|
||||||
Path finalPath = Paths.get(outputPath.toString(), compressedOutputPath);
|
Path finalPath = Paths.get(compressedOutputPath);
|
||||||
return finalPath.toAbsolutePath().toString();
|
return finalPath.toAbsolutePath().toString();
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user