From cdd62223a4abaac5c211a2338c570d3d9b81ac99 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:11:26 +0800 Subject: [PATCH] Update Farcaster.sh --- Farcaster.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Farcaster.sh b/Farcaster.sh index e37ff50..90147a0 100644 --- a/Farcaster.sh +++ b/Farcaster.sh @@ -99,8 +99,8 @@ function install_node() { # 查看节点日志 function check_service_status() { - cd $HOME/hubble - docker compose logs -f --tail 20 + cd $HOME + /root/hubble/hubble.sh logs } # 主菜单