diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt index 35ded6ac..54c93c86 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt @@ -30,6 +30,5 @@ fun checkTempDirectory() { } check(Files.isWritable(tmpDir)) { "Temp directory is not writable: $tmpDir" } - } ?: throw IllegalStateException("System property 'java.io.tmpdir' is not defined") }