From a0ee1ffd16cd7116785dc23922f8436d99faeac7 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Sun, 30 Jun 2019 21:37:08 +0200 Subject: [PATCH] set state on resync --- home.admin/50syncHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/50syncHDD.sh b/home.admin/50syncHDD.sh index 3684ee6b3..98b7d8f14 100755 --- a/home.admin/50syncHDD.sh +++ b/home.admin/50syncHDD.sh @@ -63,7 +63,7 @@ echo "OK - sync is activated" if [ "${setupStep}" = "100" ]; then # set so that 10raspiblitz.sh has a flag to see that resync is running - sudo sed -i "s/^state=.*/state=resync/g" $infoFile + sudo sed -i "s/^state=.*/state=resync/g" /home/admin/raspiblitz.info else