diff --git a/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt b/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt index d5f33091..e7a2971d 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt @@ -79,7 +79,7 @@ fun applicationSetup() { } else { setLogLevel(Level.INFO) } - }) + }, ignoreInitialValue = false) // Application dirs val applicationDirs = ApplicationDirs() @@ -206,7 +206,8 @@ fun applicationSetup() { System.getProperties()["socksProxyHost"] = "" System.getProperties()["socksProxyPort"] = "" } - } + }, + ignoreInitialValue = false ) // AES/CBC/PKCS7Padding Cypher provider for zh.copymanga