From 0a711f2708884a5b61e8b3a51b10fb39639832f2 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 30 Nov 2020 14:13:03 +0800 Subject: [PATCH] fix --- script/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index 307abc0..7737e2a 100755 --- a/script/install.sh +++ b/script/install.sh @@ -171,7 +171,7 @@ install_agent() { chmod 777 -R $NZ_AGENT_PATH echo -e "正在下载监控端" - cd $NZ_DASHBOARD_PATH + cd $NZ_AGENT_PATH curl -L https://github.com/naiba/nezha/releases/latest/download/nezha-agent_linux_${os_arch}.tar.gz -o nezha-agent_linux_${os_arch}.tar.gz >/dev/null 2>&1 if [[ $? != 0 ]]; then echo -e "${red}Release 下载失败,请检查本机能否连接 github.com${plain}"