From 916a5dc9d093838b647c14a1acfa939f28751db1 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Wed, 18 Jan 2023 19:24:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E8=83=BD=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt_install.sh b/nt_install.sh index 6f8b9cb..1b1ab3a 100644 --- a/nt_install.sh +++ b/nt_install.sh @@ -119,7 +119,7 @@ changeMode() { runBinrayFileHelp() { if [ -e ${downPath} ]; then - ${downPath} -V + ${downPath} --version echo -e "${Tips} 一切准备就绪!使用命令 nexttrace 1.1.1.1 开始您的第一次路由测试吧~ 更多进阶命令玩法可以用 nexttrace -h 查看哦\n 关于软件卸载,因为nexttrace是绿色版单文件,卸载只需输入命令 rm ${downPath} 即可" fi }