diff --git a/coriolis/osmorphing/windows.py b/coriolis/osmorphing/windows.py index eb7d9d37..263f6fe3 100644 --- a/coriolis/osmorphing/windows.py +++ b/coriolis/osmorphing/windows.py @@ -266,6 +266,10 @@ def _expand_archive(self, path, destination, overwrite=True): else: self._conn.exec_ps_command( "rm -recurse -force %s" % destination) + else: + LOG.info("Skipping extraction as destination exists") + return + self._conn.exec_ps_command( "if(([System.Management.Automation.PSTypeName]" "'System.IO.Compression.ZipFile').Type -or "