mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
patch raspiblitz state
This commit is contained in:
parent
ca05604ebf
commit
a7efe6cebc
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@ do
|
||||||
# load statusscan results
|
# load statusscan results
|
||||||
source /var/cache/raspiblitz/raspiblitz.status
|
source /var/cache/raspiblitz/raspiblitz.status
|
||||||
|
|
||||||
|
# detect wallet locked
|
||||||
|
if [ "${walletLocked}" == "1" ] || [ "${CLwalletLocked}" == "1" ]; then
|
||||||
|
state="walletlocked"
|
||||||
|
fi
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
# ALWAYS: Handle System States
|
# ALWAYS: Handle System States
|
||||||
#####################################
|
#####################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue