From 228eba1133fd8529dc7246b102feb64783baa02f Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 24 Jun 2022 02:06:14 +0200 Subject: [PATCH] suppression log --- bash/dup-live-disk.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/dup-live-disk.sh b/bash/dup-live-disk.sh index a84dfe4..60c14ee 100755 --- a/bash/dup-live-disk.sh +++ b/bash/dup-live-disk.sh @@ -632,7 +632,6 @@ for ((i=0; i<${#LABELS[@]}; ++i)); do status=0 # shellcheck disable=SC2086 echorun_maybe rsync "${RSYNCOPTS[@]}" "$SRCPART" "$DSTPART" || status=$? - log -s "rsync status=%s\n" "$status" if (( status != 24 && status != 0 )); then log -s "rsync error %d" "$status" exit 1