From a277fb26d84c976564bbfd75c48d24a801499a25 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 16 Jun 2021 17:02:58 +0200 Subject: [PATCH] add param backupstatus --- storage_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage_helper.sh b/storage_helper.sh index 179ac38..11a82b0 100755 --- a/storage_helper.sh +++ b/storage_helper.sh @@ -213,7 +213,7 @@ typeset -i local ierrors=0 local tbl="%-45s | %-20s | %-20s | %-12s | %-10s \n" printf "$tbl" "server" "start" "end" "duration [s]" "age [h]" - echo "--------------------------------------------------------------------------------------------------------------" + echo "-------------------------------------------------------------------------------------------------------------------" for myserver in $( _getLoggedServers ) do # get data -- GitLab