mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
CLICKHOUSE-4223 Fix .deb install bad message
This commit is contained in:
parent
99c73209a9
commit
a380cb11f8
2
debian/clickhouse-server.postinst
vendored
2
debian/clickhouse-server.postinst
vendored
@ -76,7 +76,7 @@ Please fix this and reinstall this package." >&2
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d ${CLICKHOUSE_CONFDIR} ]; then
|
if [ -d ${CLICKHOUSE_CONFDIR} ]; then
|
||||||
rm -v ${CLICKHOUSE_CONFDIR}/*-preprocessed.xml ||:
|
rm -fv ${CLICKHOUSE_CONFDIR}/*-preprocessed.xml ||:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -s ${CLICKHOUSE_DATADIR}/preprocessed_configs ${CLICKHOUSE_CONFDIR}/preprocessed ||:
|
ln -s ${CLICKHOUSE_DATADIR}/preprocessed_configs ${CLICKHOUSE_CONFDIR}/preprocessed ||:
|
||||||
|
Loading…
Reference in New Issue
Block a user