mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Revert "Fix cli argument in clickhouse-server.init"
This reverts commit e4e5c2e598
.
This commit is contained in:
parent
e4e5c2e598
commit
d13248b8a4
2
debian/clickhouse-server.init
vendored
2
debian/clickhouse-server.init
vendored
@ -109,7 +109,7 @@ restart()
|
||||
|
||||
forcestop()
|
||||
{
|
||||
${CLICKHOUSE_GENERIC_PROGRAM} stop --force true --pid-path "${CLICKHOUSE_PIDDIR}"
|
||||
${CLICKHOUSE_GENERIC_PROGRAM} stop --force --pid-path "${CLICKHOUSE_PIDDIR}"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user