From 13ab5d33483ce0222921dbfd2c65e640dd5442f3 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 4854dab0..71d07109 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