suppression log

This commit is contained in:
2022-06-24 02:06:14 +02:00
parent 05e7ecb5e1
commit 228eba1133

View File

@@ -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