diff --git a/docs/_includes/install/universal.sh b/docs/_includes/install/universal.sh index 10975e8d3ae..9d756495c81 100755 --- a/docs/_includes/install/universal.sh +++ b/docs/_includes/install/universal.sh @@ -1,7 +1,7 @@ #!/bin/sh -e if [ -f "clickhouse" ]; then - rm --interactive=never clickhouse || { echo "clickhouse already exists and I'm not able to remove it :("; exit 1; } + rm --interactive=never clickhouse || { echo "clickhouse already exists and I'm not able to remove it - probably I have no enough rights to do so. Please, remove it manually and repeat."; exit 1; } fi OS=$(uname -s)