删除单引号
This commit is contained in:
parent
87b807688a
commit
60547d9dc3
|
@ -337,7 +337,7 @@ class PullRequestsController < ApplicationController
|
|||
# 发送交易
|
||||
Rails.logger.info("before executing chain_trustie command...")
|
||||
Rails.logger.info(pushTXInfoJson)
|
||||
cmd = "chain_trustie pushPRTX \\'" + pushTXInfoJson + "\\'"
|
||||
cmd = "chain_trustie pushPRTX " + pushTXInfoJson
|
||||
Rails.logger.info(cmd)
|
||||
|
||||
# result = system # 执行失败了
|
||||
|
|
Loading…
Reference in New Issue