[bitnami/clickhouse] Fix CLICKHOUSE_MOUNTED_DIR: unbound variable (#76234)

fix: CLICKHOUSE_MOUNTED_DIR: unbound variable

should be `CLICKHOUSE_MOUNTED_CONF_DIR`

Signed-off-by: Paweł Szynkiewicz <pszynk@gmail.com>
This commit is contained in:
pszynk 2025-01-17 13:35:46 +01:00 committed by GitHub
parent 59b2a194d4
commit fd3c13cea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ clickhouse_copy_mounted_configuration() {
done
fi
else
warn "The folder $CLICKHOUSE_CONF_DIR is not writable. This is likely because a read-only filesystem was mounted in that folder. Using $CLICKHOUSE_MOUNTED_DIR is recommended"
warn "The folder $CLICKHOUSE_CONF_DIR is not writable. This is likely because a read-only filesystem was mounted in that folder. Using $CLICKHOUSE_MOUNTED_CONF_DIR is recommended"
fi
}