diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-06 10:09:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-06 10:09:30 +0200 |
| commit | 1958f7348c98b9df30662195114bc029aa164611 (patch) | |
| tree | 1400140de9d14063e5a55ec73c4e084f883d67b2 /dot-backup.sh | |
| parent | 003ae4b80e61adab4571b42142adfb92816a9dd5 (diff) | |
| download | dots-backup-1958f7348c98b9df30662195114bc029aa164611.tar.gz dots-backup-1958f7348c98b9df30662195114bc029aa164611.zip | |
Stop first run from backing up before user configures
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'dot-backup.sh')
| -rwxr-xr-x | dot-backup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot-backup.sh b/dot-backup.sh index dd41199..7db9237 100755 --- a/dot-backup.sh +++ b/dot-backup.sh @@ -283,7 +283,8 @@ if [[ "$FIRST_RUN" == true ]]; then echo -e "\nOptional next steps:" echo -e " cp config.example ${CONFIG_FILE}" echo -e " touch ${DOTFILES_LIST}" - echo -e "\nProceeding with backup using built-in defaults...\n" + echo -e "\nRun again to start backing up.\n" + exit 0 fi if [[ "$DRY_RUN" == true ]]; then |
