Skip to content

Commit

Permalink
Merge branch 'develop' for v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushKhurana committed May 31, 2022
2 parents 8b7546f + ff873e7 commit 25b401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private function configure_site_files() {

// Assign www-data user ownership.
chdir( $this->site_data['site_fs_path'] );
EE::exec( sprintf( 'docker-compose exec --user=root php chown -R www-data: %s', $this->site_data['site_container_fs_path'] ) );
\EE_DOCKER::docker_compose_exec( sprintf( 'chown -R www-data: %s', $this->site_data['site_container_fs_path'], 'php', 'bash', 'root' ) );

\EE::success( 'Configuration files copied.' );
} catch ( \Exception $e ) {
Expand Down

0 comments on commit 25b401f

Please sign in to comment.