changed to variable

This commit is contained in:
jahway603
2021-10-21 16:07:14 -04:00
parent 57ea75af67
commit edac479e7d
2 changed files with 7 additions and 7 deletions

View File

@@ -20,10 +20,10 @@ echo "+------'+------'+------'+------'+------'+------'+------'+------'+------'+-
# now to compiling...
echo ""
echo "You have go installed, so starting to compile hush lightwalletd for you..."
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
echo ""
echo "lightwalletd is now compiled for you."
echo "for options, run ./lightwalletd --help"
echo "Hush lightwalletd is now compiled for you. Enjoy and reach out if you need support."
echo "For options, run ./lightwalletd --help"