-
Notifications
You must be signed in to change notification settings - Fork 929
Commit 41336b7
Update ScriptHandler.php to check for symlinks before creating files directory
When using drupal inside a docker container it can be useful to make the sites/default/files directory a symlink instead. For example here in the wodby documentation https://wodby.com/docs/stacks/drupal/#files_1
I propose adding a check to is_link to prevent errors caused by $fs->exists not handling symlinks.1 parent b7253a6 commit 41336b7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
56 | + | ||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments