More handy

This commit is contained in:
Alexey Milovidov 2020-09-25 04:03:17 +03:00
parent 1bd6fb39f2
commit fdf860adde

View File

@ -66,6 +66,8 @@ if [[ ! -d data ]]; then
tar $TAR_PARAMS --strip-components=1 --directory=. -x -v -f $DATASET
fi
uptime
echo "Starting clickhouse-server"
./clickhouse server > server.log 2>&1 &