From 48ec2f9cf7f3ed4d8733fd5683fb3a87826a0e1f Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 31 Oct 2023 09:13:31 +0100 Subject: [PATCH] remove echo --- bin/restic_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/restic_check.sh b/bin/restic_check.sh index 65ad4c5..37886d4 100755 --- a/bin/restic_check.sh +++ b/bin/restic_check.sh @@ -56,7 +56,7 @@ B2_ARG= #wait $! # Check repository for errors. -echo restic check \ +restic check \ "${B2_ARG[@]}" \ --verbose="$RESTIC_VERBOSITY_LEVEL" & wait $!