docker config fix

This commit is contained in:
0xOzgur 2024-05-20 20:38:57 +03:00
parent 38147ee487
commit 2746ea709c

View File

@ -14,7 +14,7 @@ line_exists() {
# Step 1: Enable gRPC
echo "Enabling gRPC..."
cd "$HOME/ceremonyclient/" || { echo "Failed to change directory to ~/ceremonyclient/node! Exiting..."; exit 1; }
cd "$HOME/ceremonyclient/" || { echo "Failed to change directory to ~/ceremonyclient! 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