From 14329ad62db1a4bebc0f4cc6f78862178c5e2f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 11 Nov 2022 22:28:52 +0800 Subject: [PATCH] Remove follow in update script --- release/local/reinstall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/release/local/reinstall.sh b/release/local/reinstall.sh index a9ae7af4..afa1a01c 100755 --- a/release/local/reinstall.sh +++ b/release/local/reinstall.sh @@ -16,4 +16,3 @@ popd sudo systemctl stop sing-box sudo cp $(go env GOPATH)/bin/sing-box /usr/local/bin/ sudo systemctl start sing-box -sudo journalctl -u sing-box --output cat -f