Skip to content

Commit 0323519

Browse files
committed
Update bootstrap.php
1 parent 19fd0d3 commit 0323519

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/bootstrap.php

+14
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,20 @@ protected function setFolderPermissions(): void
122122
'cwd' => DEV_ROOT,
123123
]
124124
);
125+
126+
$this->executeCommand(
127+
array_filter(
128+
[
129+
'chown',
130+
'-R',
131+
'www-data:www-data',
132+
'/var/www/html/logs/',
133+
]
134+
),
135+
[
136+
'cwd' => DEV_ROOT,
137+
]
138+
);
125139
}
126140

127141
/**

0 commit comments

Comments
 (0)