minor update to build.sh

This commit is contained in:
jahway603
2021-09-29 00:50:38 -04:00
parent 8e70a758ae
commit 4dd26ec92b

View File

@@ -9,6 +9,7 @@ if ! [ -x "$(command -v go)" ]; then
fi
# now to compiling...
echo "You have go installed, so starting to compile hush lightwalletd for you..."
cd `pwd`/cmd/server
go build -o lightwalletd main.go
mv lightwalletd `pwd`/../../lightwalletd