Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

#912 问题依然存在 #967

Closed
shudingbo opened this issue Jul 3, 2017 · 1 comment
Closed

#912 问题依然存在 #967

shudingbo opened this issue Jul 3, 2017 · 1 comment

Comments

@shudingbo
Copy link

Error still exists. If sshrun has arguments ( "args":" --no-warnings"), the server.args is "0"
var arg = server.args; // arg is 0
so ssh run is error, it start node0 prigrame.


错误依然存在,如果 启动包含了参数 args,例如 ( "args":" --no-warnings"),服务端配置了 auto-restart,当远程服务挂掉后, ssh 重启时,取得的 server.args 的值是 0 ,而不是设置的参数 --no-warnings。 导致远程启动出错,找不到 node0 程序,node0 里的 0就是错误

@shudingbo
Copy link
Author

"args":" --no-warnings" 参数前面不能加空格,加了空格会错误。 请忽略掉这个Bug #912 修复了此错误

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant