diff options
| -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 |
