Undo unnecessary changes

This commit is contained in:
Alejandro Cabeza Romero 2024-06-19 16:05:51 +02:00
parent d13078b74d
commit 120f59ab8e
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
2 changed files with 1 additions and 3 deletions

View File

@ -204,8 +204,6 @@ services:
- api - api
networks: networks:
- simulation - simulation
ports:
- 3000
ingestion: ingestion:
image: web3labs/epirus-free-ingestion:latest image: web3labs/epirus-free-ingestion:latest

View File

@ -81,7 +81,7 @@ get_private_key(){
current_index=1 current_index=1
for key in $private_keys for key in $private_keys
do 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 if [ $current_index -eq $INDEX ]; then
pk=$key pk=$key
echo $key echo $key