Fix downloading plugin and unpacking it. Working around +6151

pull/9/merge
Ruben Daniels 2015-02-12 22:16:35 +00:00
rodzic 26e36bc757
commit 2d22fce0c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -564,7 +564,7 @@ define(function(require, exports, module) {
return handleError(err);
// Untar tar file
proc.execFile("bash", {
proc.execFile("bash", {
args: ["-c", ["tar", "-zxvf", tarPath, "-C", pluginsDirAbsolute].join(" ")]
}, function(err, stderr, stdout){
if (err)