From 8d5a2cdf20cd48b56745d5f96d5ef72756b2eb92 Mon Sep 17 00:00:00 2001 From: aixiao Date: Wed, 26 Oct 2022 12:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'build.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 706667d..77b2de3 100644 --- a/build.sh +++ b/build.sh @@ -16,6 +16,7 @@ _install() { ARCH=`go env | grep GOARCH | cut -d \" -f 2` cp bin/${ARCH} /bin/gomail + chmod +x /bin/gomail cp gomail.ini /etc/ }