get fresh data

This commit is contained in:
rootzoll 2021-07-16 14:30:22 +02:00
parent 6b2f9c8def
commit 62f9e144cd

View file

@ -27,6 +27,7 @@ fi
# BLOCKCHAIN INFO & OPTIONS
# get fresh data
source <(sudo /home/admin/config.scripts/blitz.statusscan.sh)
syncProgressFull=$(echo "${syncProgress}" | cut -d "." -f1)
if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgressFull} -lt 75 ]; then