Fix error

This commit is contained in:
Alexey Milovidov 2020-08-24 15:17:05 +03:00
parent b64fabc7be
commit 2be48b1560

View File

@ -76,7 +76,7 @@ is_supported_command()
is_running()
{
pgrep --pidfile "$CLICKHOUSE_PIDFILE" $(echo \"${PROGRAM}\" | cut -c1-15) 1> /dev/null 2> /dev/null
pgrep --pidfile "$CLICKHOUSE_PIDFILE" $(echo "${PROGRAM}" | cut -c1-15) 1> /dev/null 2> /dev/null
}