fix
This commit is contained in:
@@ -21,6 +21,6 @@ else
|
||||
fi
|
||||
|
||||
echo "Generating new Geth node key..."
|
||||
openssl rand 32 | xxd -p -c 32 | tr -d '\n' > "$datadir/nodekey"
|
||||
rm -rf "$datadir/nodekey"
|
||||
|
||||
exec sonicd --nodekey "$datadir/nodekey" --cache "${CACHE_GB}000" --datadir "$datadir" "$@"
|
||||
exec sonicd --cache "${CACHE_GB}000" --datadir "$datadir" "$@"
|
||||
|
||||
Reference in New Issue
Block a user