From 80aa850247b40c605de1342cd4331b0f4bff9f65 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 May 2018 09:35:37 -0300 Subject: Load config on continuous mode --- borger | 2 ++ 1 file changed, 2 insertions(+) diff --git a/borger b/borger index a00e84a..c5c9691 100755 --- a/borger +++ b/borger @@ -173,6 +173,8 @@ elif [ "$OPTION" == "--check" ]; then borger_config borger_check elif [ "$OPTION" == "--continuous" ]; then + borger_config + while true; do # Run as a subprocess so we do not exit on any fatal error $FULLNAME $DESTINATION -- cgit v1.2.3