Revert "Fix cli argument in clickhouse-server.init"

This reverts commit e4e5c2e598.
This commit is contained in:
vdimir 2021-05-24 16:51:50 +03:00
parent e4e5c2e598
commit d13248b8a4
No known key found for this signature in database
GPG Key ID: F57B3E10A21DBB31

View File

@ -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}"
}