From 64e876a9a4c161d16abf8c71edbd9a84ced988a9 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 7 Jun 2024 09:56:51 +0900 Subject: [PATCH] Fix run time output template string --- borg.backup.functions.init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/borg.backup.functions.init.sh b/borg.backup.functions.init.sh index d20f60a..ce54e21 100644 --- a/borg.backup.functions.init.sh +++ b/borg.backup.functions.init.sh @@ -24,7 +24,7 @@ function version { } # version for all general files -VERSION="4.4.0"; +VERSION="4.5.3"; # borg version and borg comamnd BORG_VERSION=""; @@ -95,8 +95,8 @@ PRINTF_INFO_STRING="%-23s: %s\n"; PRINTF_MASTER_BLOCK="=== [%-8s: %19s] ==[%s]====================================>\n"; PRINTF_SUB_BLOCK="|-- [%-8s: %19s] --[%s]------------------------------------>\n"; PRINTF_SUBEXT_BLOCK="|-- [%-8s: %s: %19s] --[%s]------------------------------------>\n"; -PRINTF_DB_SUB_BLOCK=">>- [%-8s: %s] ==[%s]=======================>\n"; -PRINTF_DB_RUN_TIME_SUB_BLOCK=">>- [%-8s: %s] ==[%s]==[Run time: %s:]=======================>\n"; +PRINTF_DB_SUB_BLOCK="|>- [%-8s: %s] ==[%s]=======================>\n"; +PRINTF_DB_RUN_TIME_SUB_BLOCK=">>- [%-8s: %s] ==[%s]==[Run time: %s]=======================>\n"; # opt flags OPT_VERBOSE=""; OPT_PROGRESS="";