Skip to content

Commit

Permalink
tar extract sync options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasar icli committed Feb 25, 2016
1 parent e395d92 commit eaa9c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ isServer(() => {
shell.mkdir(file._id);

// EXTRACT
shell.exec(`tar -xvzf ${file._id}.tar.gz -C ${file._id} --strip 1`);
shell.exec(`tar -xvzf ${file._id}.tar.gz -C ${file._id} --strip 1`, SYNC_EXEC_OPTIONS);

// CD SERVER PACKAGES
shell.cd(`${file._id}/programs/server`);
Expand Down

0 comments on commit eaa9c46

Please sign in to comment.