mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
patch raspiblitz state
This commit is contained in:
@@ -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
|
||||
#####################################
|
||||
|
Reference in New Issue
Block a user