aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-24 09:35:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-24 09:35:37 -0300
commit80aa850247b40c605de1342cd4331b0f4bff9f65 (patch)
tree00abe6e7f71b1fdf125afe0ee03fe772cdc1d761
parentad513b0df8ca58178230f5f868c6172b735fe1a6 (diff)
downloadborger-80aa850247b40c605de1342cd4331b0f4bff9f65.tar.gz
borger-80aa850247b40c605de1342cd4331b0f4bff9f65.tar.bz2
Load config on continuous mode
-rwxr-xr-xborger2
1 files changed, 2 insertions, 0 deletions
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