diff --git a/nexus/Install/Update.php b/nexus/Install/Update.php index 5dc5d344..54ff934a 100644 --- a/nexus/Install/Update.php +++ b/nexus/Install/Update.php @@ -386,6 +386,7 @@ class Update extends Install } // $command = sprintf('cp -raf %s/. %s', $path, ROOT_PATH); $command = "rsync -rvq $path/ " . ROOT_PATH; + $command .= " --include=public/vendor"; foreach ($excludes as $exclude) { $command .= " --exclude=$exclude"; }