diff options
| -rwxr-xr-x | dot-backup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot-backup.sh b/dot-backup.sh index 7c77531..e95c67f 100755 --- a/dot-backup.sh +++ b/dot-backup.sh @@ -403,6 +403,11 @@ if [[ "$FIRST_RUN" == true ]]; then exit 0 fi +if [[ "$SUGGEST" == true ]]; then + do_suggest + exit 0 +fi + if [[ "$DRY_RUN" == true ]]; then echo -e "${YELLOW}*** DRY RUN — no files will be copied ***${NC}\n" fi |
