mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
add percent sign
This commit is contained in:
@@ -83,6 +83,7 @@ while :
|
|||||||
if [ ${#blockchaininfo} -gt 0 ]; then
|
if [ ${#blockchaininfo} -gt 0 ]; then
|
||||||
message="$(echo "${blockchaininfo}" | jq -r '.verificationprogress')"
|
message="$(echo "${blockchaininfo}" | jq -r '.verificationprogress')"
|
||||||
message=$(echo "${message}*100" | bc)
|
message=$(echo "${message}*100" | bc)
|
||||||
|
message="${message}%"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user