remove info

This commit is contained in:
rootzoll
2021-05-06 00:40:33 +02:00
parent 676b81bd02
commit 2fc6471c98

View File

@@ -108,7 +108,7 @@ do
else
# 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
@@ -120,7 +120,7 @@ do
############################
# LND Wallet Unlock
if [ "${walletLocked}" == "1" ]; then
/home/admin/config.scripts/lnd.unlock.sh
fi