mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-16 13:10:05 +00:00
Fix for case-sensitive filesystems
This commit is contained in:
parent
14bf6c1604
commit
c97c0e8a78
@ -237,7 +237,7 @@ namespace FreeSWITCH {
|
||||
.ToList();
|
||||
|
||||
// adding "managed" (modules) directory
|
||||
if (!binPaths.Contains("managed", StringComparer.OrdinalIgnoreCase)) {
|
||||
if (!binPaths.Contains("managed")) {
|
||||
binPaths.Add("managed");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user