From: Silvio Rhatto Date: Thu, 24 May 2018 12:35:37 +0000 (-0300) Subject: Load config on continuous mode X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80aa850247b40c605de1342cd4331b0f4bff9f65;p=borger.git Load config on continuous mode --- 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