From 9a5f3f7c87351e7bfeb7f93af45f03198eafa70b Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Mon, 4 Nov 2024 11:32:01 +0100
Subject: [PATCH] Silent collection status

---
 collection_status.sh | 2 +-
 inc.sh               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/collection_status.sh b/collection_status.sh
index e94be0e..e75e472 100755
--- a/collection_status.sh
+++ b/collection_status.sh
@@ -6,4 +6,4 @@ if [ ! -z "$1" ]; then
 fi
 source $DIR/inc.sh
 
-collection_state
+collection_state -v 0
diff --git a/inc.sh b/inc.sh
index 9d40257..387c824 100755
--- a/inc.sh
+++ b/inc.sh
@@ -79,5 +79,5 @@ delete_old_backups(){
 
 collection_state(){
     echo "Backups state"
-    run_duplicity collection-status
+    run_duplicity collection-status $@
 }
-- 
GitLab