forked from lix-project/lix
Shortcircuit for empty caFile
This commit is contained in:
parent
36b7e30c11
commit
b14fea6fff
|
@ -1777,6 +1777,7 @@ void LocalDerivationGoal::runChild()
|
|||
if (pathExists(path))
|
||||
ss.push_back(path);
|
||||
|
||||
if (settings.caFile != "")
|
||||
dirsInChroot.try_emplace("/etc/ssl/certs/ca-certificates.crt", settings.caFile, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue