mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
patch raspiblitz state
This commit is contained in:
parent
ca05604ebf
commit
a7efe6cebc
@ -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
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user