From 0597557c6b3eea0dd3851c7eaac76b343ab26c79 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sat, 16 Feb 2019 12:57:00 +0800 Subject: [PATCH] mod boot.sh --- bin/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/boot.sh b/bin/boot.sh index b2595211..078a7a62 100755 --- a/bin/boot.sh +++ b/bin/boot.sh @@ -30,7 +30,7 @@ install() { wget -O etc/exit.shy $ctx_dev/exit_shy wget -O etc/init.shy $ctx_dev/init_shy wget -O etc/common.shy $ctx_dev/common_shy - wget -O bin/bench "$ctx_dev/bench?GOOS=$GOOS&GOARCH=$GOARCH" && chmod u+x bin/bench + wget -O bin/bench.new "$ctx_dev/bench?GOOS=$GOOS&GOARCH=$GOARCH" && chmod u+x bin/bench.new && mv bin/bench.new bin/bench wget -O bin/boot.sh $ctx_dev/boot_sh && chmod u+x bin/boot.sh wget -O bin/node.sh $ctx_dev/node_sh && chmod u+x bin/node.sh }