mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
fix string output
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user