From c276b82f71d6d0494cae8ff19633e8880a98ccfd Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 16 Jun 2026 18:34:16 +0200 Subject: feat: suggest bypasses --quiet redirect Co-Authored-By: Claude Opus 4.8 --- dot-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-backup.sh b/dot-backup.sh index 128a733..463f783 100755 --- a/dot-backup.sh +++ b/dot-backup.sh @@ -79,7 +79,7 @@ for arg in "$@"; do esac done -if [[ "$QUIET" == true ]]; then +if [[ "$QUIET" == true && "$SUGGEST" == false ]]; then # save original stdout so we can notify user after redirect exec 3>&1 # strip color codes and write to log -- cgit v1.2.3