mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-23 15:37:01 +00:00
Handle symlinks under the certs/ directory
Currently, if the `certs/` directory has a symlink inside, we skip it. That is not really intended, it's an unfortunate side-effect of skipping regular files. To fix this, this patch adjusts the logic to only ignore regular files instead. It also adds a message when a directory is skipped, to make it easier to debug permission issues. Thanks to @erjoalgo for reporting this in https://github.com/albertito/chasquid/pull/39, and providing an alternative patch!
This commit is contained in:
1
test/t-01-simple_local/config/certs/symlink
Symbolic link
1
test/t-01-simple_local/config/certs/symlink
Symbolic link
@@ -0,0 +1 @@
|
||||
testserver/
|
||||
Reference in New Issue
Block a user