mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
add percent sign
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user