Skip to content

Commit 594e0cb

Browse files
bartfeenstrawebflo
authored andcommitted
Support NFS mounts between VMs and hosts by not changing file ownership information. (#34)
1 parent 13bd565 commit 594e0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function drupal_scaffoldDownload($version = '8', $options = array(
8181
$this->taskRsync()
8282
->fromPath("$tmpDir/$fetchDirName/")
8383
->toPath($webroot)
84-
->args('-a', '-v', '-z')
84+
->args('-a', '-v', '-z', '--no-group', '--no-owner')
8585
->includeFilter($includes)
8686
->exclude($excludes)
8787
->run();

0 commit comments

Comments
 (0)