diff options
-rwxr-xr-x | scripts/vyatta-image-tools.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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); } } |