mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-08 17:03:07 +00:00
Undo unnecessary changes
This commit is contained in:
parent
d13078b74d
commit
120f59ab8e
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user