Skip to content

Commit 14d10b9

Browse files
author
Cerem Cem ASLAN
committed
removed unnecessary confirmation dialogue
1 parent 8c743d9 commit 14d10b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sync.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ else
3434
echo_green "Using sync directory: $sync_dir"
3535
fi
3636

37-
if prompt_yes_no "Should we really continue?"; then
38-
echo_yellow "syncs will go to: $sync_dir"
39-
else
40-
echo_info "Interrupted by user."
41-
exit 0
42-
fi
43-
4437
start_timer
4538

4639
$RSYNC -aHAXvPh --delete --delete-excluded --exclude-from "$DIR/exclude-list.txt" \

0 commit comments

Comments
 (0)