mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
fix unlock
This commit is contained in:
@@ -132,11 +132,6 @@ 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