2
0
Fork 0

sh.zio.backup: add prototyping

main
Ducky 2024-03-30 16:43:10 +00:00
parent c94f4c8584
commit 6ad78d4e2c
1 changed files with 4 additions and 1 deletions

View File

@ -88,6 +88,9 @@ function invoke_restic() {
--repo "$(cat $restic_repo_file)" \ --repo "$(cat $restic_repo_file)" \
$command $args | tee /dev/fd/3)" $command $args | tee /dev/fd/3)"
echo "------"
echo "$restic_out"
if [[ $? == 0 ]]; then if [[ $? == 0 ]]; then
break break
else else