mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Verfied linux cache path
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Tgstation.Server.Host.Components.Byond
|
||||
/// <summary>
|
||||
/// Path to the BYOND cache
|
||||
/// </summary>
|
||||
const string ByondCachePath = "~/.byond"; //TODO: Verify this is correct!!!!!
|
||||
const string ByondCachePath = "~/.byond/cache";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string DreamDaemonName => "DreamDaemon";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
Verify the byond cache folder location on linux
|
||||
Test watchdog
|
||||
|
||||
UNIT test watchdog
|
||||
|
||||
Reference in New Issue
Block a user