From afe8a73791dadd9ad5624268cdce68a708254d71 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Wed, 19 Jun 2024 16:05:51 +0200 Subject: [PATCH] Undo unnecessary changes --- docker-compose.yml | 2 -- run_nwaku.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 140612e..4a19724 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -204,8 +204,6 @@ services: - api networks: - simulation - ports: - - 3000 ingestion: image: web3labs/epirus-free-ingestion:latest diff --git a/run_nwaku.sh b/run_nwaku.sh index 71b5b61..6b54794 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -81,7 +81,7 @@ get_private_key(){ current_index=1 for key in $private_keys do - INDEX=`echo $INDEX | sed -n "1p" | awk '{print $1}'` + # INDEX=`echo $INDEX | sed -n "1p" | awk '{print $1}'` # Podman Fix: Get only the first value of the first line if [ $current_index -eq $INDEX ]; then pk=$key echo $key