From 2d5989d4fc82607ca2f277b14c1f14a1a235cc2d Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sat, 29 Mar 2025 02:23:41 +0100 Subject: [PATCH] fix --- sonic/entrypoint.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sonic/entrypoint.sh b/sonic/entrypoint.sh index 49c92142..576e56d7 100644 --- a/sonic/entrypoint.sh +++ b/sonic/entrypoint.sh @@ -21,6 +21,7 @@ else fi echo "Generating new Geth node key..." -openssl rand 32 | xxd -p -c 32 | tr -d '\n' > "$datadir/nodekey" +#openssl rand 32 | xxd -p -c 32 | tr -d '\n' > "$datadir/nodekey" -exec sonicd --nodekey "$datadir/nodekey" --cache "${CACHE_GB}000" --datadir "$datadir" "$@" +#exec sonicd --nodekey "$datadir/nodekey" --cache "${CACHE_GB}000" --datadir "$datadir" "$@" +exec sonicd --cache "${CACHE_GB}000" --datadir "$datadir" "$@"