From 38147ee4875e7dcc855f89aeab0d6bb316ff276f Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Mon, 20 May 2024 20:23:09 +0300 Subject: [PATCH] config docker fix --- configuration/config_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/config_docker.sh b/configuration/config_docker.sh index f5981c5..beb54da 100644 --- a/configuration/config_docker.sh +++ b/configuration/config_docker.sh @@ -14,7 +14,7 @@ line_exists() { # Step 1: Enable gRPC echo "Enabling gRPC..." -cd "$HOME/ceremonyclient/node" || { echo "Failed to change directory to ~/ceremonyclient/node! Exiting..."; exit 1; } +cd "$HOME/ceremonyclient/" || { echo "Failed to change directory to ~/ceremonyclient/node! Exiting..."; exit 1; } # Check if the line listenGrpcMultiaddr: /ip4/127.0.0.1/tcp/8337 exists if ! line_exists "listenGrpcMultiaddr: /ip4/127.0.0.1/tcp/8337" .config/config.yml; then