Browse Source

save space on info

#146
rootzoll 6 years ago
parent
commit
7606944b91
  1. 4
      home.admin/00infoBlitz.sh

4
home.admin/00infoBlitz.sh

@ -80,11 +80,11 @@ if [ -n ${btc_path} ]; then
sync_color="${color_green}"
sync_behind="-1 block"
elif [ ${block_diff} -le 10 ]; then # <= 2 blocks behind
sync="catchup"
sync=""
sync_color="${color_red}"
sync_behind="-${block_diff} blocks"
else
sync="progress"
sync=""
sync_color="${color_red}"
sync_behind="${sync_percentage}"
fi

Loading…
Cancel
Save