summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vyatta-image-tools.pl2
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);
}
}