diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-24 09:35:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-24 09:35:37 -0300 |
commit | 80aa850247b40c605de1342cd4331b0f4bff9f65 (patch) | |
tree | 00abe6e7f71b1fdf125afe0ee03fe772cdc1d761 | |
parent | ad513b0df8ca58178230f5f868c6172b735fe1a6 (diff) | |
download | borger-80aa850247b40c605de1342cd4331b0f4bff9f65.tar.gz borger-80aa850247b40c605de1342cd4331b0f4bff9f65.tar.bz2 |
Load config on continuous mode
-rwxr-xr-x | borger | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |