|
|
@@ -201,7 +201,7 @@ function install_bdsmail {
|
|
201
|
201
|
|
|
202
|
202
|
useradd -d /etc/bdsmail -s /bin/false bdsmail
|
|
203
|
203
|
|
|
204
|
|
- make make GOROOT=/home/go/go${GO_VERSION}
|
|
|
204
|
+ make GOROOT=/home/go/go${GO_VERSION}
|
|
205
|
205
|
if [ ! -f /etc/bdsmail/bin/bdsconfig ]; then
|
|
206
|
206
|
echo $'Unable to make bdsmail'
|
|
207
|
207
|
exit 87923567842
|