Fix shellcheck

This commit is contained in:
Alexey Milovidov 2020-12-30 23:19:53 +03:00
parent 83cff84182
commit e4081b6735

View File

@ -4,6 +4,7 @@ set -e
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=fatal
# shellcheck source=../shell_config.sh
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh