diff --git a/install.sh b/install.sh index 3c3dce5..6579cb9 100644 --- a/install.sh +++ b/install.sh @@ -52,4 +52,4 @@ wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/docker-compose.y SERVER_IP=$(curl -4 -s ifconfig.me) sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml docker compose up -d -docker compose logs -f | grep -E "Syncing beacon headers|Syncing: state download in progress|Syncing: chain download in progress" \ No newline at end of file +curl -s http://localhost:6060/debug/metrics/prometheus |grep -E "chain_head_header|chain_head_block" |grep -v "#" \ No newline at end of file