2
0
Fork 0

sh.zio.backup: add prototyping

main
Ducky 2024-03-30 16:47:50 +00:00
parent 16ebb143a6
commit f683715663
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function invoke_restic() {
--cache-dir "$cache_dir" \
--password-file "$restic_repo_passwd_file" \
--repo "$(cat $restic_repo_file)" \
$command $args | tee /dev/fd/3 2>&1)"
$command $args 2>&1 | tee /dev/fd/3)"
echo "------"
echo "$restic_out"