Skip to content

Commit ca83492

Browse files
committed
#156: Only chown after site:create as otherwise install command fails
1 parent 85c870c commit ca83492

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Joomlatools/Console/Command/Site/Download.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
132132
`cp $directory/htaccess.txt $directory/.htaccess`;
133133
}
134134

135-
if ($input->hasOption('chown')) {
136-
$user = $input->getOption('chown');
137-
`chown -R $user:$user $this->target_dir`;
138-
}
139-
140135
return 0;
141136
}
142137

0 commit comments

Comments
 (0)