Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: SamYuan1990 <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Oct 25, 2020
1 parent 89d27d0 commit 3732780
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/libs.js
Expand Up @@ -118,13 +118,6 @@ exports.startup = function startup(startup,TurnInfo){
TurnInfo.Chaincode,
]);
console.log(rs.status);

rs = process.spawnSync('mv',[
'-f',
path.resolve('./')+'/spec.yaml',
path.resolve('./minifabric/')+'/spec.yaml'
]);
console.log(rs.status);
rs = process.spawnSync(path.resolve('./minifabric/')+startup,['up']);
if (rs.status !=0) {
console.log(rs.stderr.toString());
Expand Down

0 comments on commit 3732780

Please sign in to comment.