fix string output

This commit is contained in:
rootzoll
2021-12-22 02:09:01 +01:00
parent 62da202f72
commit 9652f0542b

View File

@@ -273,7 +273,7 @@ if [ "$2" = "peer-kickstart" ]; then
echo "error='selecting node from list failed'"
exit 1
fi
echo "newpeer='${nodeAddress}"
echo "newpeer='${nodeAddress}'"
# kick start node with
$bitcoincli_alias addnode "${nodeAddress}" "onetry" 1>/dev/null