From 35f22ca2eef5d92d3ee83bd57c8ab19d2af4d9ff Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 11 Dec 2018 01:32:52 +0100 Subject: [PATCH] add percent sign --- home.admin/00infoLCD.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/00infoLCD.sh b/home.admin/00infoLCD.sh index 4f4a7b8..699086b 100755 --- a/home.admin/00infoLCD.sh +++ b/home.admin/00infoLCD.sh @@ -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