diff --git a/backup.sh b/backup.sh index ae7c3ad..118b899 100755 --- a/backup.sh +++ b/backup.sh @@ -206,7 +206,9 @@ extract_backup() { printf "[FATAL] - integrity error for '%s'.\n" "$file" exit 1 fi - printf "[OK] - integrity check for '%s' passed.\n" "$file" + if [ "$BACKUP_SH_VERBOSE" -eq 1 ]; then + printf "[OK] - integrity check for '%s' passed.\n" "$file" + fi done shopt -u globstar dotglob fi diff --git a/bin/backup.sh-1.0.0-2.x86_64.rpm b/bin/backup.sh-1.0.0-2.x86_64.rpm index 9e90a01..cbb1725 100644 Binary files a/bin/backup.sh-1.0.0-2.x86_64.rpm and b/bin/backup.sh-1.0.0-2.x86_64.rpm differ diff --git a/bin/backup.sh-1.0.0.x86_64.deb b/bin/backup.sh-1.0.0.x86_64.deb index 83fd2e4..81f661e 100644 Binary files a/bin/backup.sh-1.0.0.x86_64.deb and b/bin/backup.sh-1.0.0.x86_64.deb differ