소스 검색

05/25/2021 02:54:46 PM MST

master
coldstar 3 년 전
부모
커밋
50729694ba
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      routes/baseActionsRouter.js

+ 2
- 3
routes/baseActionsRouter.js 파일 보기

@@ -309,12 +309,11 @@ router.get("/address/:address", function(req, res) {

//res.locals.result = {};


const { spawn } = require("child_process");

//const ls = spawn("/usr/local/bin/vivo-cli -conf=/etc/masternodes/vivo_n1.conf", [" \'{\"addresses\": [\"" + address + "\"]}\'"]);
const ls = spawn("/usr/local/bin/vivo-cli", [" -conf=/etc/masternodes/vivo_n1.conf \'{\"addresses\": [\"" + address + "\"]}\'"]);

const ls = spawn("pwd", "");
//const ls = spawn("ls", "-lah");

ls.stdout.on("data", data => {
console.log(`stdout: ${data}`);


불러오는 중...
취소
저장