Fix fast check grep

This commit is contained in:
santrancisco 2023-11-21 21:19:42 +11:00
parent f4d936fc55
commit 0828447a58
No known key found for this signature in database
GPG Key ID: DE13EC3506E37B90

View File

@ -6,7 +6,7 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
function get_exception_message()
{
$CLICKHOUSE_CLIENT --query "$1" |& grep -o 'Path must.*path'
$CLICKHOUSE_CLIENT --query "$1" |& grep -o 'Path must be inside user-files path'
}
get_exception_message "create database db_filesystem ENGINE=Filesystem('/etc');"