remove echo

This commit is contained in:
Erik Westrup
2023-10-31 09:13:31 +01:00
parent b363e736d1
commit 48ec2f9cf7

View File

@@ -56,7 +56,7 @@ B2_ARG=
#wait $!
# Check repository for errors.
echo restic check \
restic check \
"${B2_ARG[@]}" \
--verbose="$RESTIC_VERBOSITY_LEVEL" &
wait $!