diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-16 18:34:16 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-16 18:34:16 +0200 |
| commit | c276b82f71d6d0494cae8ff19633e8880a98ccfd (patch) | |
| tree | f4c2d45bd5c2d2f9fe4c5118697cc4f230a7bc41 | |
| parent | c58978b328b1f9086b3bb09bbe4c19312c8bc0f8 (diff) | |
| download | dots-backup-c276b82f71d6d0494cae8ff19633e8880a98ccfd.tar.gz dots-backup-c276b82f71d6d0494cae8ff19633e8880a98ccfd.zip | |
feat: suggest bypasses --quiet redirect
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rwxr-xr-x | dot-backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
