소스 검색

05/25/2021 03:01:25 PM MST

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

+ 1
- 1
routes/baseActionsRouter.js 파일 보기

@@ -316,7 +316,7 @@ router.get("/address/:address", function(req, res) {

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

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

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


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