From eb0ef439d6694a93f3a7b6eb5d80b3765cb8b8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 19 Aug 2022 17:48:56 +0800 Subject: [PATCH] Add with_acme to server scripts --- release/local/debug.sh | 2 +- release/local/reinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/local/debug.sh b/release/local/debug.sh index 3d654a9a..dc4336c2 100755 --- a/release/local/debug.sh +++ b/release/local/debug.sh @@ -9,7 +9,7 @@ pushd $PROJECT git fetch git reset FETCH_HEAD --hard git clean -fdx -go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,debug ./cmd/sing-box +go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,with_acme,debug ./cmd/sing-box popd sudo systemctl stop sing-box diff --git a/release/local/reinstall.sh b/release/local/reinstall.sh index 9ff76e01..9f6e3969 100755 --- a/release/local/reinstall.sh +++ b/release/local/reinstall.sh @@ -6,7 +6,7 @@ DIR=$(dirname "$0") PROJECT=$DIR/../.. pushd $PROJECT -go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic ./cmd/sing-box +go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,with_acme ./cmd/sing-box popd sudo systemctl stop sing-box