From 4fdff6369b2386aefab02ac47eb368a42f6de628 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Thu, 6 Oct 2022 12:09:54 +0200
Subject: [PATCH] remove double unlock on start

---
 plugins/transfer/restic.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh
index 7312b87..75a92cb 100644
--- a/plugins/transfer/restic.sh
+++ b/plugins/transfer/restic.sh
@@ -132,8 +132,6 @@
             echo "__REPO__ OK, Backup repository already exists."
 
             echo "--- UNLOCK ... just in case :-)" 
-            echo restic unlock ${ARGS_DEFAULT}
-            color cmd
             eval restic unlock ${ARGS_DEFAULT}
             color reset
             echo
-- 
GitLab