updated Netty to 4.2.2
All checks were successful
CI / build (push) Successful in 5m52s

This commit is contained in:
2025-06-10 16:34:16 +08:00
parent 303828392e
commit 3774ab8ef0
5 changed files with 16 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ abstract class RbcsCommand : Runnable {
private set
protected fun findConfigurationFile(app: Application, fileName : String): Path {
val confDir = app.computeConfigurationDirectory()
val confDir = app.computeConfigurationDirectory(false)
val configurationFile = confDir.resolve(fileName)
return configurationFile
}