mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
More Cleanup
This commit is contained in:
@@ -128,7 +128,7 @@ namespace NzbDrone.Common.Disk
|
||||
|
||||
try
|
||||
{
|
||||
var testPath = Path.Combine(path, "radarr_write_test.txt");
|
||||
var testPath = Path.Combine(path, "prowlarr_write_test.txt");
|
||||
var testContent = string.Format("This file was created to verify if '{0}' is writable. It should've been automatically deleted. Feel free to delete it.", path);
|
||||
File.WriteAllText(testPath, testContent);
|
||||
File.Delete(testPath);
|
||||
|
||||
Reference in New Issue
Block a user