提交 b64fabc7 编写于 作者: A Alexey Milovidov

More robust

上级 83f335cc
......@@ -76,7 +76,7 @@ is_supported_command()
is_running()
{
pgrep --pidfile "$CLICKHOUSE_PIDFILE" 1> /dev/null 2> /dev/null
pgrep --pidfile "$CLICKHOUSE_PIDFILE" $(echo \"${PROGRAM}\" | cut -c1-15) 1> /dev/null 2> /dev/null
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册