Update release process doc
This commit is contained in:
@@ -14,7 +14,7 @@ HUSHTX=${HUSHTX:-$SRCDIR/hush-tx}
|
||||
# Check if help2man is installed & if not then display error to user and exit
|
||||
[ ! -x "$(command -v help2man)" ] && echo "help2man could not be found" && echo "Please install from your Linux package manager and try again" && echo "On Debian-based systems you can do: apt-get install help2man" && exit 1
|
||||
|
||||
# use this if hushd is not running
|
||||
# use this if hushd is not compiled
|
||||
#HUSHVER="v3.6.2"
|
||||
HUSHVER=$(./src/hushd --version|head -n1|cut -d' ' -f4|cut -d- -f1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user