Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Aug 16, 2024
1 parent 19fd0d3 commit 0323519
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@ protected function setFolderPermissions(): void
'cwd' => DEV_ROOT,
]
);

$this->executeCommand(
array_filter(
[
'chown',
'-R',
'www-data:www-data',
'/var/www/html/logs/',
]
),
[
'cwd' => DEV_ROOT,
]
);
}

/**
Expand Down

0 comments on commit 0323519

Please sign in to comment.