fix: 不能正常显示版本号

This commit is contained in:
sjlleo
2023-01-18 19:24:15 +08:00
committed by GitHub
parent b9b18f5efa
commit 916a5dc9d0

View File

@@ -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
}