From b1cd38715a1e15f39df0b8953eb1f4df3ec802a4 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 31 Aug 2018 14:16:42 -0400 Subject: [PATCH] Verfied linux cache path --- .../Components/Byond/PosixByondInstaller.cs | 2 +- v4_prototype_TODO.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs b/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs index 4210e111bb..ded0d06a1e 100644 --- a/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs +++ b/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs @@ -20,7 +20,7 @@ namespace Tgstation.Server.Host.Components.Byond /// /// Path to the BYOND cache /// - const string ByondCachePath = "~/.byond"; //TODO: Verify this is correct!!!!! + const string ByondCachePath = "~/.byond/cache"; /// public string DreamDaemonName => "DreamDaemon"; diff --git a/v4_prototype_TODO.txt b/v4_prototype_TODO.txt index 4efbf08945..d5b9817fe9 100644 --- a/v4_prototype_TODO.txt +++ b/v4_prototype_TODO.txt @@ -1,4 +1,3 @@ -Verify the byond cache folder location on linux Test watchdog UNIT test watchdog