diff --git a/backup/restore.sh b/backup/restore.sh index d7933a9..b3212d1 100644 --- a/backup/restore.sh +++ b/backup/restore.sh @@ -57,7 +57,7 @@ doRestore() { return 0 fi else - if (! (cd "$sourceFiles/_data" && tar -cf - .) | (cd "${3}" && tar xvf -) ); then + if (! (cd "$sourceFiles/_data" && tar -cf - .) | (cd "${3}" && tar xvf -) > /dev/null 2>&1 ); then return 1 else return 0