patch raspiblitz state

This commit is contained in:
rootzoll 2021-10-02 01:32:14 +02:00
parent ca05604ebf
commit a7efe6cebc

View file

@ -129,6 +129,11 @@ do
# load statusscan results
source /var/cache/raspiblitz/raspiblitz.status
# detect wallet locked
if [ "${walletLocked}" == "1" ] || [ "${CLwalletLocked}" == "1" ]; then
state="walletlocked"
fi
#####################################
# ALWAYS: Handle System States
#####################################