mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Maybe fixes linux pathing
This commit is contained in:
@@ -191,7 +191,7 @@ namespace Tgstation.Server.Host.Components.StaticFiles
|
||||
{
|
||||
IsDirectory = true,
|
||||
Path = ioManager.ConcatPath(configurationRelativePath, x),
|
||||
}));
|
||||
}).OrderBy(file => file.Path));
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
@@ -205,7 +205,7 @@ namespace Tgstation.Server.Host.Components.StaticFiles
|
||||
{
|
||||
IsDirectory = false,
|
||||
Path = ioManager.ConcatPath(configurationRelativePath, x),
|
||||
}));
|
||||
}).OrderBy(file => file.Path));
|
||||
}
|
||||
|
||||
using (await SemaphoreSlimContext.Lock(semaphore, cancellationToken).ConfigureAwait(false))
|
||||
|
||||
Reference in New Issue
Block a user