From 061db830dd0df4fe895bb67408542d1de2de8e5b Mon Sep 17 00:00:00 2001 From: Gabriel Mermelstein Date: Tue, 31 Oct 2023 15:52:30 +0200 Subject: [PATCH] Restoring last line in wakupublisher --- run_wakupublisher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_wakupublisher.sh b/run_wakupublisher.sh index 62c639e..9895411 100644 --- a/run_wakupublisher.sh +++ b/run_wakupublisher.sh @@ -25,4 +25,5 @@ exec /main\ --msg-per-second=${MSG_PER_SECOND}\ --msg-size-kb=${MSG_SIZE_KBYTES}\ --bootstrap-node=${BOOTSTRAP_ENR}\ - --max-peers=50 \ No newline at end of file + --max-peers=50 + \ No newline at end of file