aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdot-backup.sh3
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