diff options
-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 |