mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
remove info
This commit is contained in:
@@ -108,7 +108,7 @@ do
|
|||||||
else
|
else
|
||||||
|
|
||||||
# every other state just push as event to SSH frontend
|
# every other state just push as event to SSH frontend
|
||||||
/home/admin/setup.scripts/eventInfoWait.sh "c-${state}" "${message}"
|
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ do
|
|||||||
|
|
||||||
############################
|
############################
|
||||||
# LND Wallet Unlock
|
# LND Wallet Unlock
|
||||||
|
|
||||||
if [ "${walletLocked}" == "1" ]; then
|
if [ "${walletLocked}" == "1" ]; then
|
||||||
/home/admin/config.scripts/lnd.unlock.sh
|
/home/admin/config.scripts/lnd.unlock.sh
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user