CLICKHOUSE-4223 Fix .deb install bad message

This commit is contained in:
proller 2018-12-24 15:45:50 +03:00
parent 99c73209a9
commit a380cb11f8

View File

@ -76,7 +76,7 @@ Please fix this and reinstall this package." >&2
fi
if [ -d ${CLICKHOUSE_CONFDIR} ]; then
rm -v ${CLICKHOUSE_CONFDIR}/*-preprocessed.xml ||:
rm -fv ${CLICKHOUSE_CONFDIR}/*-preprocessed.xml ||:
fi
ln -s ${CLICKHOUSE_DATADIR}/preprocessed_configs ${CLICKHOUSE_CONFDIR}/preprocessed ||: