diff --git a/misc-scripts/CopyDBoverServer.pl b/misc-scripts/CopyDBoverServer.pl
index cf54017ee74192fd4a05ba19ee0eab22e29f555e..5692bff10cc84748bd1a9cbf396a597f2aabfdfb 100755
--- a/misc-scripts/CopyDBoverServer.pl
+++ b/misc-scripts/CopyDBoverServer.pl
@@ -406,7 +406,7 @@ foreach my $spec (@todo) {
     next;
   }
 
-  if(! defined $target_location) {
+  if(defined $target_location) {
     $target_dir = $target_location;
   }