From 64095a2983d8d31cf0702bf8c4553f71ef25ea4f Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 3 May 2011 13:37:01 -0500 Subject: Add back default case for copy, removed too many lines on last commit --- scripts/vyatta-image-tools.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/vyatta-image-tools.pl b/scripts/vyatta-image-tools.pl index 66731b4..0e0f74a 100755 --- a/scripts/vyatta-image-tools.pl +++ b/scripts/vyatta-image-tools.pl @@ -147,6 +147,8 @@ sub copy { if (y_or_n("This directory exists; would you like to merge?")){ rsync($from, $to); } + } else { + rsync($from, $to); } } -- cgit v1.2.3