From 7ee85de6944459667bf14ded6f2c75fb910df706 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 15 Apr 2019 13:10:41 +0100 Subject: [PATCH] fix last state update --- home.admin/_background.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/_background.sh b/home.admin/_background.sh index c94e396..bb4c95a 100644 --- a/home.admin/_background.sh +++ b/home.admin/_background.sh @@ -189,7 +189,7 @@ do echo "Backup Torrent Seeding is OFF" fi fi - + else echo "still not in sync" if [ ${syncedSince} -gt 0 ]; then @@ -241,7 +241,7 @@ do fi fi - lastSyncState=${lastSyncState} + lastSyncState=${lndSynced} fi ###############################