From 9b4d28f7d0c7af631dea1877b929b5595786b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Mon, 20 May 2024 20:27:58 +0300 Subject: [PATCH] Fix prepare ES. --- scripts/testnet/include/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/testnet/include/config.sh b/scripts/testnet/include/config.sh index 6b609944559..e604c795c3e 100644 --- a/scripts/testnet/include/config.sh +++ b/scripts/testnet/include/config.sh @@ -87,6 +87,7 @@ updateSeednodeConfig() { } prepareElasticsearch() { + echo "Preparing Elasticsearch... (do nothing)" } copyNodeConfig() {