From 1958f7348c98b9df30662195114bc029aa164611 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 6 May 2026 10:09:30 +0200 Subject: Stop first run from backing up before user configures Co-Authored-By: Claude Sonnet 4.6 --- dot-backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3