Skip to content
Snippets Groups Projects
Commit 0d8d6bcd authored by Quentin Bramas's avatar Quentin Bramas
Browse files

omg what I missed

parent e8d0815b
Branches
No related merge requests found
Pipeline #95374 canceled with stage
in 2 minutes and 15 seconds
......@@ -47,7 +47,7 @@ export async function init() {
file.close();
console.log("Download Completed");
console.log("running tar", ['-xzvf', dbPath+'.tar.gz'], {cwd: dataPath});
spawnSync('tar', ['-xzvf', dbPath+'.tar.gz']);
spawnSync('tar', ['-xzvf', dbPath+'.tar.gz'], {cwd: dataPath});
console.log("Done");
resolve(true);
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment