add percent sign

This commit is contained in:
rootzoll
2018-12-11 01:32:52 +01:00
parent bb082a2c3d
commit 35f22ca2ee

View File

@@ -83,6 +83,7 @@ while :
if [ ${#blockchaininfo} -gt 0 ]; then
message="$(echo "${blockchaininfo}" | jq -r '.verificationprogress')"
message=$(echo "${message}*100" | bc)
message="${message}%"
fi
fi