From 11445bd12a2acec03ac103b938ad563cd9704881 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 15 Apr 2019 19:19:31 +0100 Subject: [PATCH] remove empty else --- home.admin/_background.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.admin/_background.sh b/home.admin/_background.sh index 66591d2..5f47109 100644 --- a/home.admin/_background.sh +++ b/home.admin/_background.sh @@ -266,10 +266,10 @@ do fi # when >1h out of sync - if [ ${secondsOutOfSync} -gt 3600 ]; then - # echo "!!!! LND fell out of sync for longer then 1 hour !!!" - # TODO: When auto-unlock is ON --> consider implementing restart (this sometimes help) - fi + #if [ ${secondsOutOfSync} -gt 3600 ]; then + # echo "!!!! LND fell out of sync for longer then 1 hour !!!" + # TODO: When auto-unlock is ON --> consider implementing restart (this sometimes help) + #fi fi fi