aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-06 13:28:58 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-12-06 13:28:58 +0100
commit14046eeb692d55cf6bdec4195c1fa52a3d35e797 (patch)
treeaf1cc6ad0c222c6a03ef933b554589b769128de7 /src
parentfix linting rule (diff)
downloadferdium-app-14046eeb692d55cf6bdec4195c1fa52a3d35e797.tar.gz
ferdium-app-14046eeb692d55cf6bdec4195c1fa52a3d35e797.tar.zst
ferdium-app-14046eeb692d55cf6bdec4195c1fa52a3d35e797.zip
explicitly set tar extract option preserveOwner to false
Diffstat (limited to 'src')
-rw-r--r--src/api/server/ServerApi.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index edea991e2..33f998b90 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -317,6 +317,7 @@ export default class ServerApi {
317 cwd: recipeTempDirectory, 317 cwd: recipeTempDirectory,
318 preservePaths: true, 318 preservePaths: true,
319 unlink: true, 319 unlink: true,
320 preserveOwner: false,
320 onwarn: x => console.log('warn', recipeId, x), 321 onwarn: x => console.log('warn', recipeId, x),
321 }); 322 });
322 console.debug('Recipe extracted to', recipeTempDirectory); 323 console.debug('Recipe extracted to', recipeTempDirectory);